diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-19 09:15:48 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-30 13:56:25 +0200 |
commit | bbcedade008b5471c71122944cf4dee1951138ec (patch) | |
tree | 96f36fc9549f7d6508e66afccc935c4e9036879d /doc | |
parent | 038c0b1e06cadffdd6ac50f058dcc6bc075b9019 (diff) | |
download | ffmpeg-streaming-bbcedade008b5471c71122944cf4dee1951138ec.zip ffmpeg-streaming-bbcedade008b5471c71122944cf4dee1951138ec.tar.gz |
avconv: make the -passlogfile option per-stream.
Diffstat (limited to 'doc')
-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 58b530c..ecf7192 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 |