diff options
author | Oliver Freyermuth <o.freyermuth@googlemail.com> | 2016-01-13 23:46:03 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-01-14 00:36:53 +0100 |
commit | 24e7fac50bbf0d303c4f020e330ad7d566941216 (patch) | |
tree | 84b43cc05157c438c078e83277e5a568915dcc65 /DOCS | |
parent | 554c65e466c5b02b9a20b842401731173572910b (diff) | |
download | mpv-24e7fac50bbf0d303c4f020e330ad7d566941216.tar.bz2 mpv-24e7fac50bbf0d303c4f020e330ad7d566941216.tar.xz |
man: options: Clarify expected behaviour with --dvbin-full-transponder.
Since the streams are chosen from the full TS by the player frontend,
one should not expect that the program which is shown matches the chosen
channel which was used for tuning to the frequency.
Also, reformulate slightly to simplify reading.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index aa199d07b8..e5fe542712 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -3370,12 +3370,15 @@ DVB ``--dvbin-full-transponder=<yes|no>`` Apply no filters on program PIDs, only tune to frequency and pass full - transponder to demuxer. This is useful to record multiple programs - on a single transponder, or to work around issues in the ``channels.conf``. + transponder to demuxer. + The player frontend selects the streams from the full TS in this case, + so the program which is shown initially may not match the chosen channel. + Switching between the programs is possible by cycling the ``program`` + property. + This is useful to record multiple programs on a single transponder, + or to work around issues in the ``channels.conf``. It is also recommended to use this for channels which switch PIDs on-the-fly, e.g. for regional news. - Switching between the programs is possible by cycling the program - property. Default: ``no`` |