diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-15 15:28:43 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-15 15:28:43 +0200 |
| commit | 919964aea4a9841327fc3aa11fa0c96a797b96d6 (patch) | |
| tree | a12478cda4cccb93e3ead8c061214bf10335ddb3 /.config/mpv/input.conf | |
| parent | 84bfeb66b7e80072f63513e69a22ec9fb6e61d46 (diff) | |
mpv: update config
* disable some unused profiles * downsample profile * update key mappings
Diffstat (limited to '.config/mpv/input.conf')
| -rw-r--r-- | .config/mpv/input.conf | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index 7005d0f..76e186c 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -24,8 +24,12 @@ Shift+RIGHT playlist-next n playlist-next #! controls > playlist next Shift+LEFT playlist-prev p playlist-prev #! controls > playlist prev -Alt+RIGHT frame-step -Alt+LEFT frame-back-step +#Alt+RIGHT frame-step +#Alt+LEFT frame-back-step +> frame-step +< frame-back-step +Ctrl+< seek -1 keyframes +Ctrl+> seek 1 keyframes Shift+UP add volume 10 Shift+DOWN add volume -10 @@ -46,6 +50,9 @@ a cycle audio A script-binding uosc/audio #! select > audio D cycle deinterlace +v ignore +Ctrl+v script-binding uosc/video #! select > video + s cycle sub S script-binding uosc/subtitles #! select > sub Ctrl+s script-binding uosc/load-subtitles #! select > load sub... @@ -68,7 +75,7 @@ i script-binding stats/display-stats-toggle #! stats Ctrl+g screenshot #! utils > screenshot > default Alt+g screenshot video #! utils > screenshot > video -A cycle-values video-aspect "16:9" "4:3" "21:9" "2.35:1" "-1" #! utils > aspect-ratio +Ctrl+a cycle-values video-aspect "16:9" "4:3" "21:9" "2.35:1" "-1" #! utils > aspect-ratio Alt+s cycle-values audio-channels "auto-safe" "auto" "stereo" #! utils > audio channels Alt+a cycle-values video-rotate 0 90 180 270 #! utils > video-rotate # T cycle ontop @@ -82,9 +89,6 @@ Shift+= add volume 5 - add volume -10 Shift+- add volume -5 -> frame-step -< frame-back-step - [ multiply speed 1/1.1 #! utils > speed > +10% ] multiply speed 1.1 #! utils > speed > -10% { multiply speed 0.5 #! utils > speed > +50% @@ -131,6 +135,8 @@ c script-message playlist-view-close; script-message contact-sheet-toggle #! uti 5 cycle-values gamma-factor 1.0 1.1 1.2 +I apply-profile interpolate #! profiles > interpolate + Ctrl+Shift+0 apply-profile reset #! profiles > reset Ctrl+Shift+4 apply-profile interpolate #! profiles > interpolate Ctrl+Shift+2 apply-profile cache #! profiles > cache |