summaryrefslogtreecommitdiff
path: root/localvideowebencode
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-09-21 02:43:32 +0200
committerJonas Smedegaard <dr@jones.dk>2011-09-21 02:43:49 +0200
commit58be19a16807bea664e18e3832c31261787574ec (patch)
treec4e3b8bb5de1024285e8675e8e9f87f3efd3589a /localvideowebencode
parent2a0e1f4b92cb25da8c2fb78e38f581d3991449ab (diff)
Mention ability to pass melt arguments in help text.
Diffstat (limited to 'localvideowebencode')
-rwxr-xr-xlocalvideowebencode4
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.