blob: 40f89cdafc10e53a253dce42a9a5925ae774fcfd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## Rotate by 90 degrees clockwise
#Alt+RIGHT no-osd vf add rotate=90
## Rotate by 90 degrees counterclockwise
#Alt+LEFT no-osd vf add rotate=270
# Disable: Activate/deactivate deinterlacer.
d ignore
Alt+p run "/bin/sh" "-c" "xdotool search --class mpv | xargs -I{} xdotool key --window {} p"
# default loudnorm I=-24
# I=-15 -- louder volume
# anull -- disable audio filter
a cycle_values af loudnorm loudnorm=I=-15 anull
|