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:52:31 -0700 |
commit | 7d072d78caccfede9f19fc297f95f5119f5faaae (patch) | |
tree | e1746e46c98bc00fe4819455a9e3ec9a997ba7af /home/xyz/.config/mpv | |
parent | 65cba9c186f9b9f81c6ca572680b1aabfc3354f3 (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 |