-
Notifications
You must be signed in to change notification settings - Fork 0
/
input.conf
35 lines (30 loc) · 942 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
35
# mpv input.conf file
##################################
# Mouse scroll Volume adjustment #
##################################
AXIS_UP add volume 2
AXIS_DOWN add volume -2
##############################
# Video Seeking and Skipping #
##############################
Shift+> no-osd seek 5 exact
Shift+< no-osd seek -5 exact
Shift+? no-osd seek 85 exact # Skip most anime-related openings and endings
#############
# Subtitles #
#############
Ctrl+v cycle-values sub-ass-override "strip" "no" "force" # Sometimes a media file contains bitmap subtitle
Shift+V cycle sub
#############################
# Video Zooming and Panning #
#############################
n add video-zoom -0.01
b add video-zoom 0.01
ctrl+RIGHT add video-pan-x -0.005
ctrl+LEFT add video-pan-x 0.005
ctrl+UP add video-pan-y 0.005
ctrl+DOWN add video-pan-y -0.005
###############
# Watch Later #
###############
Q quit-watch-later