]> granicus.if.org Git - handbrake/commitdiff
CLI: update help text to add ffmpeg mpeg-2 encoder
authorjstebbins <jstebbins.hb@gmail.com>
Thu, 14 Apr 2011 16:48:00 +0000 (16:48 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Thu, 14 Apr 2011 16:48:00 +0000 (16:48 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3922 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index 33cc9e7e8f9a7570cb95c4941e497b8c75010ae2..c89267b9feca88e99e8f7da4f9928931f3097db9 100644 (file)
@@ -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"