diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-03-30 01:34:20 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-03-30 01:34:20 -0700 |
commit | d0d796129dd1a53129556b88f88e30060778d79e (patch) | |
tree | 839bc253e5f13eabaab0437a7fe4d523fedb3f02 /home/xyz/.config/mpv | |
parent | 0b7a6e2ccc0030d7931c2fdb17aeb7c67917b208 (diff) |
mpv config af=rubberband no need now
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 |