From 879ebe06554fdd5ed968c3b7ba35488fe0e6017b Mon Sep 17 00:00:00 2001 From: Wessel Dankers Date: Sun, 3 Mar 2013 18:48:20 +0100 Subject: Add a --dtshd option The spdif decoder was hardcoded to assume that the spdif output is capable of accepting high (>1.5Mbps) bitrates. While this is true for modern HDMI spdif interfaces, the original coax/toslink system cannot deal with this and will fail to work. This patch adds an option --dtshd which can be enabled if you use a DTS-capable receiver behind a HDMI link. --- DOCS/man/en/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index ae83fd50b6..2e9fd424a4 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -531,6 +531,13 @@ Time in milliseconds to recognize two consecutive button presses as a double-click (default: 300). +--dtshd, --no-dtshd + When using DTS passthrough, output any DTS-HD track as-is. + With ``--no-dts`` (the default) only the DTS Core parts will be output. + + DTS-HD tracks can be sent over HDMI but not over the original + coax/toslink S/PDIF system. + --dvbin= Pass the following parameters to the DVB input module, in order to override the default ones: -- cgit v1.2.3