summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-08-09 16:22:06 +0200
committerwm4 <wm4@nowhere>2016-08-09 17:09:29 +0200
commiteab92cec60d92e0de2ea53d4d01052f4d7acc5d5 (patch)
treecb6202b24b7407283dd5f28e650d3fc869a7e33d /DOCS/man/options.rst
parent3759a3f40bed92b161342532445718906f903234 (diff)
downloadmpv-eab92cec60d92e0de2ea53d4d01052f4d7acc5d5.tar.bz2
mpv-eab92cec60d92e0de2ea53d4d01052f4d7acc5d5.tar.xz
player: add --audio-stream-silence
Completely insane that this has to be done. Crap for compensating HDMI crap.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 456c3c3f94..344b77bf3a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1341,6 +1341,17 @@ Audio
Default: 0.2 (200 ms).
+``--audio-stream-silence=<yes|no>``
+ Cash-grab consumer audio hardware (such as A/V receivers) often ignore
+ initial audio sent over HDMI. This can happen every time audio over HDMI
+ is stopped and resumed. In order to compensate for this, you can enable
+ this option to not to stop and restart audio on seeks, and fill the gaps
+ with silence. Likewise, when pausing playback, audio is not stopped, and
+ silence is played while paused. Note that if no audio track is selected,
+ the audio device will still be closed immediately.
+
+ Not all AOs support this.
+
Subtitles
---------