From bbcedade008b5471c71122944cf4dee1951138ec Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 19 Aug 2012 09:15:48 +0200 Subject: avconv: make the -passlogfile option per-stream. --- doc/avconv.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/avconv.texi') diff --git a/doc/avconv.texi b/doc/avconv.texi index 58b530c0af..ecf7192817 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -492,7 +492,7 @@ avconv -i foo.mov -c:v libxvid -pass 1 -an -f rawvideo -y NUL avconv -i foo.mov -c:v libxvid -pass 1 -an -f rawvideo -y /dev/null @end example -@item -passlogfile @var{prefix} (@emph{global}) +@item -passlogfile[:@var{stream_specifier}] @var{prefix} (@emph{output,per-stream}) Set two-pass log file name prefix to @var{prefix}, the default file name prefix is ``av2pass''. The complete file name will be @file{PREFIX-N.log}, where N is a number specific to the output -- cgit v1.2.3