forked from occivink/mpv-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.conf
More file actions
28 lines (22 loc) · 689 Bytes
/
Copy pathinput.conf
File metadata and controls
28 lines (22 loc) · 689 Bytes
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
# crop.lua
# ==========
# start cropping
c script-message-to crop start-crop
# remove the crop
d vf del -1
# or use the ready-make "toggle" binding
C script-message-to crop toggle-crop
# 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