diff options
Diffstat (limited to '.config/mpv/input.conf')
| -rw-r--r-- | .config/mpv/input.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf index d517350..7005d0f 100644 --- a/.config/mpv/input.conf +++ b/.config/mpv/input.conf @@ -65,7 +65,7 @@ V cycle sub-visibility #! sub > visibility # PLAYER BINDINGS i script-binding stats/display-stats-toggle #! stats -G screenshot #! utils > screenshot > default +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 @@ -91,6 +91,8 @@ Shift+- add volume -5 } multiply speed 2.0 #! utils > speed > -50% BS set speed 1.0 #! utils > speed > reset +M cycle-values vf setpts=(2/1)*PTS setpts=(4/1)*PTS setpts=(1/2)*PTS setpts=(1/4)*PTS setpts=(1/8)*PTS "" + L cycle-values loop-file yes no #! loop > file Ctrl+l ab-loop #! loop > A-B @@ -102,7 +104,7 @@ B vf toggle gradfun #! fx > gradfun H cycle-values af lavfi=[bs2b=profile=default] lavfi=[bs2b=profile=jmeier] lavfi=[bs2b=profile=cmoy] lavfi=[earwax] "" #! fx > bs2b MBTN_RIGHT script_binding uosc/menu -U script_binding uosc/menu +; script_binding uosc/menu Enter script_binding uosc/menu P script-binding uosc/playlist #! select > playlist C script-binding uosc/chapters #! select > chapters @@ -114,19 +116,21 @@ Alt+r script-binding slicing/slicing_mark #! utils > slicing > mark Alt+t script-binding autodeint #! utils > autodeint Alt+y script-binding autocrop/toggle_crop #! utils > autocrop Alt+m script-binding mouse_coords #! utils > mouse coords -# g script-message contact-sheet-close; script-message playlist-view-toggle #! utils > playlist view -# c script-message playlist-view-close; script-message contact-sheet-toggle #! utils > contact sheet +g script-message contact-sheet-close; script-message playlist-view-toggle #! utils > playlist view +c script-message playlist-view-close; script-message contact-sheet-toggle #! utils > contact sheet # 1 ignore # 2 ignore 3 ignore 4 ignore -5 ignore +# 5 ignore 6 ignore 7 ignore 8 ignore 9 ignore +5 cycle-values gamma-factor 1.0 1.1 1.2 + Ctrl+Shift+0 apply-profile reset #! profiles > reset Ctrl+Shift+4 apply-profile interpolate #! profiles > interpolate Ctrl+Shift+2 apply-profile cache #! profiles > cache |