1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 08:54:48 +02:00

in/outfile options

Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-07-14 02:39:55 +00:00
parent 23c9925329
commit 28f88dc826
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ The generic syntax is:
@example
@c man begin SYNOPSIS
ffmpeg [[options][@option{-i} @var{input_file}]]... @{[options] @var{output_file}@}...
ffmpeg [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
@c man end
@end example
@c man begin DESCRIPTION

View File

@ -3852,7 +3852,7 @@ static void show_license(void)
static void show_help(void)
{
show_banner();
printf("usage: ffmpeg [[options] -i input_file]... {[options] outfile}...\n"
printf("usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...\n"
"Hyper fast Audio and Video encoder\n");
printf("\n");
show_help_options(options, "Main options:\n",