提交 28f88dc8 编写于 作者: M Michael Niedermayer

in/outfile options

Originally committed as revision 3311 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 23c99253
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册