diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2015-01-05 20:29:04 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-01-06 19:52:27 +0100 |
commit | 545a657ab7389eb1e40aa1b2c4b5634fd89d784b (patch) | |
tree | a6f9187da022c1b6ee6f21358ef61375625ab4eb | |
parent | 7f84da4902e183013f1250fed2dbfaa86a636db1 (diff) |
manpage: dvb: Add some information on VDR channel list support.
Only really helpful for DVB-S for now.
-rw-r--r-- | DOCS/man/options.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ffe4cb1b08..0006cff6cd 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3129,6 +3129,12 @@ DVB 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. + 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). + Classic mplayer format channel lists are still supported (without + these improvements), and for other card types, only limited VDR + format channel list support is implemented (patches welcome). ``--dvbin-timeout=<1-30>`` Maximum number of seconds to wait when trying to tune a frequency before |