29 lines
788 B
Plaintext
29 lines
788 B
Plaintext
# audio filter bs2b (for headphones)
|
|
b af toggle "bs2b"
|
|
|
|
# toggle debanding
|
|
D cycle deband
|
|
|
|
# variable correction of audio pitch when changing speed
|
|
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
|
|
|
|
K cycle-values glsl-shaders ~~/shaders/ravu-lite-r4.hook ~~/shaders/ravu-lite-r3.hook ~~/shaders/ravu-lite-r2.hook /dev/null
|
|
|
|
Ctrl+p script-message-to pitchcontrol toggle
|
|
|
|
# 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
|