1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 04:58:06 +00:00

DOCS/interface-changes: add note about desyncing audio filters

For example af_loudnorm is a known filter with this behavior.
This commit is contained in:
wm4 2018-03-01 21:09:33 +01:00 committed by Jan Ekström
parent 39e03f6072
commit 4184f8585d

View File

@ -64,6 +64,8 @@ Interface changes
- using "strong" gapless audio (--gapless-audio=yes) can fail if the
audio formats are not convertible (such as switching between PCM and
AC3 passthrough)
- if filters do not pass through PTS values correctly, A/V sync can
result over time
- remove out-format sub-parameter from "format" audio filter (no replacement)
- --lavfi-complex now requires uniquely named filter pads. In addition,
unconnected filter pads are not allowed anymore (that means every filter