diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-23 23:48:27 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-23 23:48:27 +0100 |
| commit | 275b74ab4f23e2ddf40c4d4bb411a00d116aee8c (patch) | |
| tree | 8f0d1a5acbeec67fe08b0a4b59e016657ee91a44 /.config/mpv/script-opts/crop.conf | |
| parent | c9502c9c4b61c4cab7655c484ef7e577308343cf (diff) | |
added mpv scripts
Diffstat (limited to '.config/mpv/script-opts/crop.conf')
| -rw-r--r-- | .config/mpv/script-opts/crop.conf | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.config/mpv/script-opts/crop.conf b/.config/mpv/script-opts/crop.conf new file mode 100644 index 0000000..9f75cdf --- /dev/null +++ b/.config/mpv/script-opts/crop.conf @@ -0,0 +1,34 @@ +# default mode to be used if not specified in the script-message +# can be hard, soft or delogo +# in hard mode, a crop filter is applied to the video +# in soft mode, video-zoom, video-pan-x and video-pan-y are modified to simulate the cropping +# in delogo mode, the delogo filter is applied to the selected are +# hard mode interacts nicely with encode.lua, soft mode does not +mode=hard + +draw_crosshair=yes +draw_text=yes +draw_shade=yes +draw_frame=yes +frame_border_width=2 +frame_border_color=EEEEEE +# hexadecimal: 00 is opaque, FF is transparent +shade_opacity=77 +mouse_support=yes + +# movement is defined in pixels in the window +# which explains the mismatch with the text (in video space) +coarse_movement=30 +left_coarse=LEFT +right_coarse=RIGHT +up_coarse=UP +down_coarse=DOWN +fine_movement=1 +left_fine=ALT+LEFT +right_fine=ALT+RIGHT +up_fine=ALT+UP +down_fine=ALT+DOWN + +# these two options accept comma separated list of keys +accept=ENTER,MOUSE_BTN0 +cancel=ESC |
