This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.config/mpv/input.conf

29 lines
788 B
Plaintext
Raw Normal View History

2019-07-23 20:02:59 +02:00
# audio filter bs2b (for headphones)
2018-08-06 19:27:50 +02:00
b af toggle "bs2b"
# toggle debanding
D cycle deband
2019-07-23 20:02:59 +02:00
# variable correction of audio pitch when changing speed
2018-08-06 19:27:50 +02:00
k cycle-values audio-pitch-correction "no" "yes"
# reverse cycling for audio and video (shift modifier on german keyboard layout)
' cycle audio down
- cycle video down
c cycle-values audio-channels stereo mono auto
2020-02-16 13:03:20 +01:00
K cycle-values glsl-shaders ~~/shaders/ravu-lite-r4.hook ~~/shaders/ravu-lite-r3.hook ~~/shaders/ravu-lite-r2.hook /dev/null
2020-05-18 03:59:04 +02:00
Ctrl+p script-message-to pitchcontrol toggle
2020-05-24 15:39:18 +02:00
# more granular panning
Alt+left add video-pan-x 0.05
Alt+right add video-pan-x -0.05
Alt+up add video-pan-y 0.05
Alt+down add video-pan-y -0.05
# sub-delay for fixing 24 empty frames on blu-ray
Alt+z add sub-delay -1
Alt+Z add sub-delay +1