[FFmpeg-devel] [PATCH] doc/encoders: Add a note for x264 options that use colon
Ivan Pozdeev
vano at mail.mipt.ru
Sun Nov 25 03:55:25 CET 2012
fef0b37152291254cb4d0141a266f3e31279c6e9
doc/encoders.texi | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index c37f256..9c7dec1 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -627,6 +627,9 @@ For example to specify libx264 encoding options with @command{ffmpeg}:
ffmpeg -i foo.mpg -vcodec libx264 -x264opts keyint=123:min-keyint=20 -an out.mkv
@end example
+For @var{filter} and @var{psy-rd} options that use ":" themselves, use "," instead.
+They accept it as well since long ago but this is kept undocumented for some reason.
+
For more information about libx264 and the supported options see:
@url{http://www.videolan.org/developers/x264.html}
--
Best regards,
Ivan mailto:vano at mail.mipt.ru
More information about the ffmpeg-devel
mailing list