summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorIvan Pozdeev <vano@mail.mipt.ru>2012-11-25 23:33:20 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-11-25 23:17:26 +0100
commit329b8f85b0489fad819c52866dcc66170eef5d32 (patch)
tree739c26c4241ff1bff3e990d6b892a5941813da40 /doc/encoders.texi
parentd643dd5c55c9f396a497f663bf1dcc0d62a7cf3f (diff)
doc/encoders: add a note for x264 options that use colon
Signed-off-by: Ivan Pozdeev <ivan_pozdeev@mail.ru> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index c37f2565e1..da44c1760a 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -619,7 +619,9 @@ Deprecated in favor of @var{x264opts} (see @var{weightp} libx264 option).
Allow to set any x264 option, see x264 --fullhelp for a list.
@var{options} is a list of @var{key}=@var{value} couples separated by
-":".
+":". In @var{filter} and @var{psy-rd} options that use ":" as a separator
+themselves, use "," instead. They accept it as well since long ago but this
+is kept undocumented for some reason.
@end table
For example to specify libx264 encoding options with @command{ffmpeg}: