Difference between revisions of "Videos5"

From Amahi Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
'''App page:''' [http://www.amahi.org/apps/videos5 http://www.amahi.org/apps/videos5]
 +
 +
'''Logo:''' [[Image:Videos5-logo.png|top]]
 +
 +
'''Screenshot:''' [[Image:Videos5-screenshot.png|top]]
 +
 +
==Description==
 +
''Stream your videos to your iPhone, iPod Touch, iPad or browser.''
 +
 +
Videos5 allows you to stream your MPEG-4 (H.264 only) videos using any HTML5-compliant browser that supports H.264: Safari (on computers and mobile devices) or Chrome (no Firefox / Opera).
 +
 +
To be available for streaming in this app, your video files needs to be MPEG-4 files, with the video stream encoded using the H.264 codec. You'll also want the audio stream to use a codec that your browser supports (most likely AAC).
 +
For each file that isn't compatible, Videos5 will allow you to create a new version that can be streamed on all devices.
 +
 +
==Custom thumbnails==
 +
 +
Details on how to display custom thumbnails for your videos and folders can be found in the [http://code.google.com/p/videos5/wiki/CustomThumbnails CustomThumbnails page on Videos5 wiki]
 +
 +
==Custom Videos Paths==
 +
 
If you store your videos somewhere else than the default /var/hda/files/movies, you'll need to change that path in the Videos5 settings.
 
If you store your videos somewhere else than the default /var/hda/files/movies, you'll need to change that path in the Videos5 settings.
  
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">
+
[http://code.google.com/p/videos5/wiki/CustomVideosPaths CustomVideosPaths page on Videos5 wiki]
mysql -uvideos5 -pvideos5 -e "update settings set value='/path/to/your/videos' where name = 'paths'" videos5
+
 
</div>
+
==Custom Videos Encoding Options==
 +
 
 +
You can change the default options used to encode videos in the same way you can change paths: by changing a MySQL entry.<br/>
 +
[http://code.google.com/p/videos5/wiki/CustomEncodingOptions CustomEncodingOptions page on Videos5 wiki]
 +
 
 +
==Custom Refresh Rate==
  
[[Image:Videos5-screenshot.png]]
+
You can change the daily 4am scan of your videos folder(s) to be more (or less) frequent.
  
[[Image:Videos5-logo.png]]
+
Details can be found on the [http://code.google.com/p/videos5/wiki/CustomRefresh CustomRefresh page on Videos5 wiki]

Latest revision as of 12:30, 30 July 2010

App page: http://www.amahi.org/apps/videos5

Logo: Videos5-logo.png

Screenshot: Videos5-screenshot.png

Description

Stream your videos to your iPhone, iPod Touch, iPad or browser.

Videos5 allows you to stream your MPEG-4 (H.264 only) videos using any HTML5-compliant browser that supports H.264: Safari (on computers and mobile devices) or Chrome (no Firefox / Opera).

To be available for streaming in this app, your video files needs to be MPEG-4 files, with the video stream encoded using the H.264 codec. You'll also want the audio stream to use a codec that your browser supports (most likely AAC). For each file that isn't compatible, Videos5 will allow you to create a new version that can be streamed on all devices.

Custom thumbnails

Details on how to display custom thumbnails for your videos and folders can be found in the CustomThumbnails page on Videos5 wiki

Custom Videos Paths

If you store your videos somewhere else than the default /var/hda/files/movies, you'll need to change that path in the Videos5 settings.

CustomVideosPaths page on Videos5 wiki

Custom Videos Encoding Options

You can change the default options used to encode videos in the same way you can change paths: by changing a MySQL entry.
CustomEncodingOptions page on Videos5 wiki

Custom Refresh Rate

You can change the daily 4am scan of your videos folder(s) to be more (or less) frequent.

Details can be found on the CustomRefresh page on Videos5 wiki