summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>2024-01-15 01:16:07 +0300
committersfan5 <sfan5@live.de>2024-02-13 10:44:41 +0100
commit023d02c9504e308ba5a295cd1846f2508b3dd9c2 (patch)
treed965381bf97e0b5be9236bf42c03ea76eb540fcb /DOCS/man/options.rst
parenta1bda5b34df857e6e5ba5bbe228e8fbcb452a155 (diff)
downloadmpv-023d02c9504e308ba5a295cd1846f2508b3dd9c2.tar.bz2
mpv-023d02c9504e308ba5a295cd1846f2508b3dd9c2.tar.xz
DOCS/man: more words about --teletext-page
Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index cb700e92c4..65c90904c7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2764,9 +2764,18 @@ Subtitles
packets with the same ReadOrder as earlier packets.
``--teletext-page=<-1-999>``
+ Select a teletext page number to decode.
+
This works for ``dvb_teletext`` subtitle streams, and if FFmpeg has been
- compiled with support for it. `-1` matches all pages. `0` (default) matches
- all subtitle pages.
+ compiled with support for it.
+
+ Values ``1-999`` are for individual pages. Special value ``0`` (default)
+ matches all subtitle pages. Special value ``-1`` matches all pages.
+
+ Note that page ``100`` is the default start page of actual teletext. It is
+ also the former default value of this option.
+
+ See the ``libzvbi-teletext`` section in FFmpeg documentation for details.
Default: 0