[FFmpeg-cvslog] Clarify that -passlogfile has a different syntax when used with -vcodec libx264 .

Carl Eugen Hoyos git at videolan.org
Mon Feb 18 01:09:38 CET 2013


ffmpeg | branch: release/0.7 | Carl Eugen Hoyos <cehoyos at ag.or.at> | Fri Aug 31 14:17:33 2012 +0200| [c497d71a026a6c946529d661e72b7542203b26b6] | committer: Carl Eugen Hoyos

Clarify that -passlogfile has a different syntax when used with -vcodec libx264.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c497d71a026a6c946529d661e72b7542203b26b6
---

 doc/ffmpeg.texi |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index daf5d36..95b405c 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -299,6 +299,10 @@ prefix is ``ffmpeg2pass''. The complete file name will be
 @file{PREFIX-N.log}, where N is a number specific to the output
 stream.
 
+Note that this option is overwritten by a local option of the same name
+when using @code{-vcodec libx264}. That option maps to the x264 option stats
+which has a different syntax.
+
 @item -newvideo
 Add a new video stream to the current output stream.
 



More information about the ffmpeg-cvslog mailing list