summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>2024-01-14 23:38:20 +0300
committerDudemanguy <random342@airmail.cc>2024-01-21 17:55:11 +0000
commit02a20b4ebe29cb7d488ceaf39fb5a50c2443295a (patch)
tree5ea4f0c2a4815edbef0e1851650b7293b7e272a0 /DOCS/man/options.rst
parent1ea9e51f782129a82fcf0defdda66c3bcaa6c748 (diff)
downloadmpv-02a20b4ebe29cb7d488ceaf39fb5a50c2443295a.tar.bz2
mpv-02a20b4ebe29cb7d488ceaf39fb5a50c2443295a.tar.xz
sub: add `--sub-lavc-o` option
We have `--vd-lavc-o` and `--ad-lavc-o`, but no equivalent option for subtitles. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 53668bdbe6..01f3e9db78 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2320,6 +2320,13 @@ Subtitles
Force subtitle demuxer type for ``--sub-file``. Give the demuxer name as
printed by ``--sub-demuxer=help``.
+``--sub-lavc-o=<key>=<value>[,<key>=<value>[,...]]``
+ Pass AVOptions to libavcodec decoder. Note, a patch to make the o=
+ unneeded and pass all unknown options through the AVOption system is
+ welcome. A full list of AVOptions can be found in the FFmpeg manual.
+
+ This is a key/value list option. See `List Options`_ for details.
+
``--sub-delay=<sec>``
Delays primary subtitles by ``<sec>`` seconds. Can be negative.