diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-12-08 19:26:15 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-12-08 19:26:15 +0100 |
| commit | 42bad3d8307584c38be41404a84682841d1daa61 (patch) | |
| tree | 703d8b8cb7fe509f858e3ca358cccc1fc07dade6 /.config/mpv/input.conf | |
Diffstat (limited to '.config/mpv/input.conf')
| -rw-r--r-- | .config/mpv/input.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..396711e --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,23 @@ +# crop.lua +# ========== +# start cropping +c script-message-to crop start-crop hard +alt+c script-message-to crop start-crop soft +# delogo mode can be used like so +l script-message-to crop start-crop delogo +# remove the crop +d vf del -1 + +# or use the ready-made "toggle" binding +C script-message-to crop toggle-crop hard + +# remove the soft zoom +0 set video-pan-x 0; set video-pan-y 0; set video-zoom 0 + +# encode.lua +# ============ +# use default profile (makes vp8 webms) +E script-message-to encode set-timestamp + +# use webm profile +e script-message-to encode set-timestamp encode_webm |
