From 038c0b1e06cadffdd6ac50f058dcc6bc075b9019 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 19 Aug 2012 08:29:44 +0200 Subject: avconv: make the -pass option per-stream. --- doc/avconv.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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), -- cgit v1.2.3