From f1d1301fe680c475d091f448d15fb441f5c023ee Mon Sep 17 00:00:00 2001 From: kelciour Date: Mon, 7 Jun 2021 01:45:59 +0300 Subject: [PATCH] workaround for audio tracks get clipped at the end --- qt/aqt/mpv.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt/aqt/mpv.py b/qt/aqt/mpv.py index 5560a66a9..0e9ab0576 100644 --- a/qt/aqt/mpv.py +++ b/qt/aqt/mpv.py @@ -90,6 +90,7 @@ class MPVBase: "--audio-display=no", "--keep-open=no", "--autoload-files=no", + "--gapless-audio=no", ] def __init__(self, window_id=None, debug=False):