summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorOliver Freyermuth <o.freyermuth@googlemail.com>2023-08-23 22:42:42 +0200
committersfan5 <sfan5@live.de>2023-09-03 13:08:58 +0200
commitd88e3d105a725ce446e0f2ceb25d473ec6fdd721 (patch)
treef17c3e7a4912de26b608ca69eb41d45a2cda9312 /DOCS/man/options.rst
parent67368ac5d207a72dcec1488e112af00198c650db (diff)
downloadmpv-d88e3d105a725ce446e0f2ceb25d473ec6fdd721.tar.bz2
mpv-d88e3d105a725ce446e0f2ceb25d473ec6fdd721.tar.xz
stream/dvbin: add support for delivery system ISDB-T
This is similar to DVB-T, but requires slightly different treatment as there is no T/T2 differentiation. Use a new channels.conf.isdbt file as channels config file.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index ebd0882acf..304dc7918c 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5136,8 +5136,8 @@ DVB
``--dvbin-file=<filename>``
Instructs mpv to read the channels list from ``<filename>``. The default is
in the mpv configuration directory (usually ``~/.config/mpv``) with the
- filename ``channels.conf.{sat,ter,cbl,atsc}`` (based on your card type) or
- ``channels.conf`` as a last resort.
+ filename ``channels.conf.{sat,ter,cbl,atsc,isdbt}`` (based on your card
+ type) or ``channels.conf`` as a last resort.
For DVB-S/2 cards, a VDR 1.7.x format channel list is recommended
as it allows tuning to DVB-S2 channels, enabling subtitles and
decoding the PMT (which largely improves the demuxing).