From af55db654b9156879b89d92306a17fb847713792 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Jul 2013 01:48:25 +0200 Subject: sd_add: add terrible hack for (xy-)vsfilter compatibility Much has been said about this topic, we don't need to say even more. See additions to options.rst. --- DOCS/man/en/options.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'DOCS/man/en/options.rst') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 66cdadd120..ad463daffc 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -174,6 +174,31 @@ Enabled by default. +``--ass-vsfilter-color-compat=BT.709 mangling, if the subtitles seem to + indicate that this is required (default). + :full: Handle the full ``YCbCr Matrix`` header with all video colorspaces + supported by libass and mpv. This might lead to bad breakages in + corner cases and is not strictly needed for compatibility + (hopefully), which is why this is not default. + :force-601: Force BT.601->BT.709 mangling, regardless of subtitle headers + or video colorspace. + :no: Disable color mangling completely. All colors are RGB. + + Choosing anything other than ``no`` will make the subtitle color depend on + the video colorspace, and it's for example in theory not possible to reuse + a subtitle script with another video file. The ``--ass-style-override`` + option doesn't affect how this option is interpreted. + ``--audio-demuxer=<[+]name>`` Use this audio demuxer type when using ``--audiofile``. Use a '+' before the name to force it; this will skip some checks. Give the demuxer name as -- cgit v1.2.3