diff options
Diffstat (limited to '.config/mpv/input.conf')
| -rw-r--r-- | .config/mpv/input.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..20851f4 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,9 @@ +# Normalize audio. +F1 af toggle "dynaudnorm=g=5:f=250:r=0.9:p=0.5" + +# seek commands +l seek 5 +h seek -5 +j seek -60 +k seek 60 +S cycle sub |
