diff options
author | jstebbins <[email protected]> | 2011-04-14 16:48:00 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-14 16:48:00 +0000 |
commit | e98be3a2d485c418c31f43fe18d2c832e4645209 (patch) | |
tree | c2251c83375cfc8963915d8ca2baf9e7bbee73bb /test | |
parent | 577d47409eac9b7480dd19775e79a1da43084766 (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.c | 5 |
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" |