Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-08-31 16:17:01 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-08-31 16:17:01 +0400
commitc7b73724c789862ed75d4534058a2106181bc241 (patch)
tree08aa9eb89169249436a37e5872b83a622db4b0f8
parent8c0c0e9eb3341fe42a2a9315cef5af21e94c4855 (diff)
Clarify that -passlogfile has a different syntax when used with -vcodec libx264.
-rw-r--r--doc/ffmpeg.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index ecf147ab55..6daf4ecad7 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -407,6 +407,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 -vlang @var{code}
Set the ISO 639 language code (3 letters) of the current video stream.