Commit 33569bc5 authored by michael's avatar michael

in/outfile options


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3311 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6fa6e8fb
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment