mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
in/outfile options
Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
23c9925329
commit
28f88dc826
@ -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
|
||||
|
2
ffmpeg.c
2
ffmpeg.c
@ -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…
Reference in New Issue
Block a user