diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-19 08:29:44 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-30 13:56:24 +0200 |
commit | 038c0b1e06cadffdd6ac50f058dcc6bc075b9019 (patch) | |
tree | bc30237d453eef07f4d3a0cb10158c2a5859da24 /doc/avconv.texi | |
parent | e2785fa728cc5b0d9939090b4398067a32856a3c (diff) | |
download | ffmpeg-038c0b1e06cadffdd6ac50f058dcc6bc075b9019.tar.gz |
avconv: make the -pass option per-stream.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 9f06ddfeb2..58b530c0af 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -479,7 +479,7 @@ Use same quantizer as source (implies VBR). Note that this is NOT SAME QUALITY. Do not use this option unless you know you need it. -@item -pass @var{n} +@item -pass[:@var{stream_specifier}] @var{n} (@emph{output,per-stream}) Select the pass number (1 or 2). It is used to do two-pass video encoding. The statistics of the video are recorded in the first pass into a log file (see also the option -passlogfile), |