[FFmpeg-cvslog] r16324 - trunk/doc/ffmpeg-doc.texi
stefano
subversion
Fri Dec 26 14:40:02 CET 2008
Author: stefano
Date: Fri Dec 26 14:40:02 2008
New Revision: 16324
Log:
Fix documentation for -passlogfile, the argument is not a file name
but a prefix used to create the complete pass log file name.
Modified:
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi Fri Dec 26 14:39:19 2008 (r16323)
+++ trunk/doc/ffmpeg-doc.texi Fri Dec 26 14:40:02 2008 (r16324)
@@ -451,9 +451,10 @@ ffmpeg -i foo.mov -vcodec libxvid -pass
ffmpeg -i foo.mov -vcodec libxvid -pass 1 -an -f rawvideo -y /dev/null
@end example
- at item -passlogfile @var{file}
-Set two-pass log file name to @var{file}. Default name is
- at file{ffmpeg2pass-N.log}, where N is a number specific to the output
+ at 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
+ at file{PREFIX-N.log}, where N is a number specific to the output
stream.
@item -newvideo
More information about the ffmpeg-cvslog
mailing list