[FFmpeg-cvslog] r20903 - trunk/ffmpeg.c
ramiro
subversion
Mon Dec 21 03:10:14 CET 2009
Author: ramiro
Date: Mon Dec 21 03:10:14 2009
New Revision: 20903
Log:
Add a general [options] to the basic usage string.
Modified:
trunk/ffmpeg.c
Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c Mon Dec 21 03:09:17 2009 (r20902)
+++ trunk/ffmpeg.c Mon Dec 21 03:10:14 2009 (r20903)
@@ -3567,7 +3567,7 @@ static void show_help(void)
{
av_log_set_callback(log_callback_help);
printf("Hyper fast Audio and Video encoder\n");
- printf("usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...\n");
+ printf("usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...\n");
printf("\n");
show_help_options(options, "Main options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_SUBTITLE | OPT_GRAB, 0);
More information about the ffmpeg-cvslog
mailing list