mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Add a general [options] to the basic usage string.
Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
27daa420fc
commit
8319aefeec
2
ffmpeg.c
2
ffmpeg.c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user