summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-04-14 16:48:00 +0000
committerjstebbins <[email protected]>2011-04-14 16:48:00 +0000
commite98be3a2d485c418c31f43fe18d2c832e4645209 (patch)
treec2251c83375cfc8963915d8ca2baf9e7bbee73bb /test
parent577d47409eac9b7480dd19775e79a1da43084766 (diff)
CLI: update help text to add ffmpeg mpeg-2 encoder
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3922 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 33cc9e7e8..c89267b9f 100644
--- a/test/test.c
+++ b/test/test.c
@@ -2491,8 +2491,9 @@ static void ShowHelp()
"### Video Options------------------------------------------------------------\n\n"
- " -e, --encoder <string> Set video library encoder (ffmpeg,x264,theora)\n"
- " (default: ffmpeg)\n"
+ " -e, --encoder <string> Set video library encoder\n"
+ " Options: ffmpeg4,ffmpeg2,x264,theora\n"
+ " (default: ffmpeg4)\n"
" -x, --encopts <string> Specify advanced encoder options in the\n"
" same style as mencoder (x264 and ffmpeg only):\n"
" option1=value1:option2=value2\n"