in/outfile options

Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 23c9925329
commit 28f88dc826
  1. 2
      doc/ffmpeg-doc.texi
  2. 2
      ffmpeg.c

@ -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

@ -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",

Loading…
Cancel
Save