diff options
-rwxr-xr-x | localvideowebencode | 8 |
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 |