[FFmpeg-cvslog] doc/avconv: document that global options should be specified first.
Anton Khirnov
git at videolan.org
Mon Sep 12 00:38:59 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Sep 3 12:53:53 2011 +0200| [eb05446367533bd669195be6dae69057a5e0f0e5] | committer: Anton Khirnov
doc/avconv: document that global options should be specified first.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb05446367533bd669195be6dae69057a5e0f0e5
---
doc/avconv.texi | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/doc/avconv.texi b/doc/avconv.texi
index 5382993..9cf83b6 100644
--- a/doc/avconv.texi
+++ b/doc/avconv.texi
@@ -15,7 +15,7 @@ The generic syntax is:
@example
@c man begin SYNOPSIS
-avconv [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
+avconv [global options] [[infile options][@option{-i} @var{infile}]]... @{[outfile options] @var{outfile}@}...
@c man end
@end example
@@ -35,6 +35,8 @@ As a general rule, options are applied to the next specified
file. Therefore, order is important, and you can have the same
option on the command line multiple times. Each occurrence is
then applied to the next input or output file.
+Exceptions from this rule are the global options (e.g. vebosity level),
+which should be specified first.
@itemize
@item
More information about the ffmpeg-cvslog
mailing list