diff options
-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. |