summaryrefslogtreecommitdiff
path: root/localvideowebencode
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-19 19:05:56 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-19 19:05:56 +0200
commit130a79ff1feaa43f99d0ad4bde67a76cc6f37fd6 (patch)
tree109a88d5f9bf606830ce4ca6d6ecba7ef67f5a11 /localvideowebencode
parent1ff2a693145af04b7a0706eeeebae332e36373e2 (diff)
Clarify relationship between size and profile in help text.
Diffstat (limited to 'localvideowebencode')
-rwxr-xr-xlocalvideowebencode8
1 files changed, 6 insertions, 2 deletions
diff --git a/localvideowebencode b/localvideowebencode
index 9e8bfe9..c2edf2a 100755
--- a/localvideowebencode
+++ b/localvideowebencode
@@ -36,9 +36,13 @@ html favoring open formats with optional non-JavaScript Flash fallback.
-h, --help This help text
Examples:
- $PRG -s 320x200 -t "Funny guy" myvideo.dv
+ $PRG -s qvga -t "Funny guy" myvideo.dv
+ $PRG -p hiwide -s hd480 -t "Funny guy" myvideo.dv
-NB! use max. 640x480 to support old iPod (e.g. 640x360 for 16:9).
+Profile "lo" (default) is optimal for 320x240 (qvga).
+Profile "hi" is optimal for 640x240 (vga) content.
+
+NB! Old iPod has 640x480 limit, so use 640x360 (not hd480) with hiwide.
More info: <http://camendesign.com/code/video_for_everybody>
EOF