summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-09-03 17:05:11 +0200
committerwm4 <wm4@nowhere>2016-09-03 17:12:53 +0200
commit4f263dce34822a3f8356f88fa736353a20fd0c8c (patch)
treeb67ba23fa637129581d5f8b54fceaa5c1787d513 /DOCS/man/options.rst
parent590caeb2bdeddd85aa86e4b08c05db058c538433 (diff)
downloadmpv-4f263dce34822a3f8356f88fa736353a20fd0c8c.tar.bz2
mpv-4f263dce34822a3f8356f88fa736353a20fd0c8c.tar.xz
sd_lavc: enable teletext
Whitelisting supported codecs is (probably) still better than just allowing everything, given the weird FFmpeg API. I'm also assuming Libav doesn't even have the codec ID, but I didn't check. Also add a --teletext-page option, since otherwise it decodes every teletext page and shows them in succession. And yes, we can't use av_opt_set_int() - instead we have to set it as string. Because FFmpeg's option system is terrible.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 8b7ffe02a5..6668849320 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1795,6 +1795,10 @@ Subtitles
of subtitles across seeks, so after a seek libass can't eliminate subtitle
packets with the same ReadOrder as earlier packets.
+``--teletext-page=<1-999>``
+ This works for ``dvb_teletext`` subtitle streams, and if FFmpeg has been
+ compiled with support for it.
+
Window
------