forked from occivink/mpv-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.conf
34 lines (27 loc) · 927 Bytes
/
input.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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 script-message-to crop remove-crop
# 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 custom webm profile, the argument name must correspond to an existing .conf file (see script-opts/)
alt+e script-message-to encode set-timestamp encode_webm
# use custom profile
E script-message-to encode set-timestamp encode_slice
# blur-edges.lua
# ================
b script-message-to blur_edges toggle-blur
# seek-to.lua
# =============
t script-message-to seek_to toggle-seeker