From e8c3a7005d909883b1c118adf5029fe242a98765 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Mon, 1 Aug 2016 16:02:57 +0100 Subject: [PATCH] mpv: remove scaletempo filter With interpolation and display-sync this ruins the audio. Let the user decide if they want that or not. --- syncplay/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/constants.py b/syncplay/constants.py index 415358a..0748b8e 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -152,7 +152,7 @@ USERLIST_GUI_USERNAME_COLUMN = 0 USERLIST_GUI_FILENAME_COLUMN = 3 MPLAYER_SLAVE_ARGS = ['-slave', '--hr-seek=always', '-nomsgcolor', '-msglevel', 'all=1:global=4:cplayer=4', '-af-add', 'scaletempo'] -MPV_ARGS = ['--force-window', '--idle', '--hr-seek=always', '--keep-open', '--af-add=scaletempo'] +MPV_ARGS = ['--force-window', '--idle', '--hr-seek=always', '--keep-open'] MPV_SLAVE_ARGS = ['--quiet', '--input-terminal=no', '--input-file=/dev/stdin'] MPV_SLAVE_ARGS_NEW = ['--term-playing-msg=\nANS_filename=${filename}\nANS_length=${=length}\nANS_path=${path}\n', '--terminal=yes'] MPV_NEW_VERSION = False