diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-09-21 02:43:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-09-21 02:43:49 +0200 |
commit | 58be19a16807bea664e18e3832c31261787574ec (patch) | |
tree | c4e3b8bb5de1024285e8675e8e9f87f3efd3589a | |
parent | 2a0e1f4b92cb25da8c2fb78e38f581d3991449ab (diff) |
Mention ability to pass melt arguments in help text.
-rwxr-xr-x | localvideowebencode | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/localvideowebencode b/localvideowebencode index 1ed0703..131667a 100755 --- a/localvideowebencode +++ b/localvideowebencode @@ -19,7 +19,7 @@ PRG=$(basename "$0") showhelp() { cat <<EOF -Usage: $PRG [OPTION...] [--] INPUTFILE [INPUTFILE...] +Usage: $PRG [OPTION...] [--] [ARG=VALUE...] INPUTFILE [INPUTFILE...] Encode video file in multiple web-optimized formats, and provide sample html favoring open formats with optional non-JavaScript Flash fallback. @@ -43,6 +43,8 @@ Examples: $PRG -s qvga -t "Funny guy" myvideo.dv outro.dv $PRG -p sdi_486i_5994 -s hd480 -t "Funny guy" myvideo.dv +Arguments can be passed directly to the melt avformat consumer. + If multiple input files are provided, they are merged together and output files are named based on first input file. |