aboutsummaryrefslogtreecommitdiff
path: root/files/.config/mpv/input.conf
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2023-07-27 15:53:03 +0500
committerAnton Bobov <anton@bobov.name>2023-07-27 15:53:16 +0500
commit3f532c7393edea16117b14b20c63cd128480d4bf (patch)
treec0800ee93ba56855a9ca127e74c6b8c5344d5347 /files/.config/mpv/input.conf
parent82ef876be9b347e7b2182e4ed84188c806150e7d (diff)
mpv: changed MPV config location
Diffstat (limited to 'files/.config/mpv/input.conf')
-rw-r--r--files/.config/mpv/input.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/.config/mpv/input.conf b/files/.config/mpv/input.conf
new file mode 100644
index 0000000..40f89cd
--- /dev/null
+++ b/files/.config/mpv/input.conf
@@ -0,0 +1,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