diff options
Diffstat (limited to 'home/xyz/.config/mpv')
-rw-r--r-- | home/xyz/.config/mpv/mpv.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.config/mpv/mpv.conf b/home/xyz/.config/mpv/mpv.conf index a89265eb..5da51a1c 100644 --- a/home/xyz/.config/mpv/mpv.conf +++ b/home/xyz/.config/mpv/mpv.conf @@ -1,10 +1,11 @@ sub-auto=fuzzy script-opts=ytdl_hook-ytdl_path=yt-dlp -# scaletempo and scaletempo2 are super buggy +# --audio-pitch-correction seems enabled by default now and uses scaletempo2 +# scaletempo and scaletempo2 were super buggy in the past, but now it seems ok # I don't understand rubberband tho, steal from: # https://www.rockyourcode.com/til-how-to-watch-youtube-videos-with-mpv-and-keyboard-shortcuts/ # https://github.com/mpv-player/mpv/issues/7792 -af=rubberband=pitch-scale=0.981818181818181 +#af=rubberband=pitch-scale=0.981818181818181 screenshot-directory=~/pictures/screenshots/ # Example mpv configuration file |