diff options
author | Stefano Sabatini | 2008-12-26 13:40:02 +0000 |
---|---|---|
committer | Stefano Sabatini | 2008-12-26 13:40:02 +0000 |
commit | 44fe71133d42711ca3a60f875a4906624482f562 (patch) | |
tree | 0081da40913f6596a1f21a0774cd4d6682da0f29 /doc/ffmpeg-doc.texi | |
parent | 8d48db314eeb088e264dedf088b90e948b151b90 (diff) |
Fix documentation for -passlogfile, the argument is not a file name
but a prefix used to create the complete pass log file name.
Originally committed as revision 16324 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 9a1de25253..840ed898d8 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -451,9 +451,10 @@ ffmpeg -i foo.mov -vcodec libxvid -pass 1 -an -f rawvideo -y NUL ffmpeg -i foo.mov -vcodec libxvid -pass 1 -an -f rawvideo -y /dev/null @end example -@item -passlogfile @var{file} -Set two-pass log file name to @var{file}. Default name is -@file{ffmpeg2pass-N.log}, where N is a number specific to the output +@item -passlogfile @var{prefix} +Set two-pass log file name prefix to @var{prefix}, the default file name +prefix is ``ffmpeg2pass''. The complete file name will be +@file{PREFIX-N.log}, where N is a number specific to the output stream. @item -newvideo |