dotfiles/.config/mpv/input.conf

190 lines
3.0 KiB
INI
Raw Permalink Normal View History

2019-09-25 20:07:56 +02:00
# cycle {{{
2019-06-19 20:43:45 +02:00
2022-01-19 11:31:07 +01:00
f cycle fullscreen
2019-09-25 20:07:56 +02:00
d cycle deinterlace
2023-11-15 18:27:45 +01:00
U cycle video-unscaled
2019-09-25 20:07:56 +02:00
v cycle sub-visibility
x cycle sub
X cycle sub down
2019-11-10 17:43:16 +01:00
z cycle video
Z cycle video down
2019-09-25 20:07:56 +02:00
a cycle audio
A cycle audio down
m cycle mute
W cycle ontop
SPACE cycle pause
MBTN_LEFT_DBL cycle fullscreen
# }}}
# cycle-values {{{
2019-10-21 09:51:06 +02:00
l cycle-values loop-file "inf" "no"
L cycle-values loop-playlist "inf" "no"
2020-07-15 17:51:59 +02:00
V cycle-values video-aspect-override "16:9" "4:3" "-1"
2023-11-15 18:27:45 +01:00
H cycle-values hwdec "no" "vaapi"
u cycle-values sub-ass-override "yes" "force" "no" "strip"
2019-09-25 20:07:56 +02:00
# }}}
# set {{{
= set volume 100
2021-02-07 18:28:14 +01:00
/ set sub-delay 0
2019-09-25 20:07:56 +02:00
BS set speed 1.0
Alt+BS set video-zoom 0 ; set video-pan-x 0 ; set video-pan-y 0
ESC set fullscreen no
# }}}
# seek {{{
RIGHT seek +5
LEFT seek -5
UP seek +60
DOWN seek -60
Shift+right seek +2 exact
Shift+left seek -2 exact
Shift+up seek +10 exact
Shift+down seek -10 exact
2019-10-21 09:51:06 +02:00
0 seek 0 absolute
2019-09-25 20:07:56 +02:00
# }}}
# add {{{
# audio-delay {{{
2019-10-21 09:51:06 +02:00
G add audio-delay +0.1
g add audio-delay -0.1
2019-09-25 20:07:56 +02:00
# }}}
# brightness {{{
2019-10-21 09:51:06 +02:00
E add brightness +1
e add brightness -1
2019-09-25 20:07:56 +02:00
# }}}
2022-09-05 09:53:48 +02:00
# contrast {{{
Y add contrast +1
y add contrast -1
# }}}
2019-09-25 20:07:56 +02:00
# chapter {{{
2020-01-20 08:03:32 +01:00
. add chapter +1
, add chapter -1
2019-09-25 20:07:56 +02:00
# }}}
# sub-pos {{{
2019-10-21 09:51:06 +02:00
R add sub-pos +1
r add sub-pos -1
2019-09-25 20:07:56 +02:00
# }}}
# sub-scale {{{
K add sub-scale +0.1
k add sub-scale -0.1
# }}}
# sub-delay {{{
J add sub-delay +0.1
2019-10-21 09:51:06 +02:00
j add sub-delay -0.1
2019-09-25 20:07:56 +02:00
# }}}
# volume {{{
+ add volume +2
- add volume -2
WHEEL_UP add volume +5
2019-05-28 17:44:30 +02:00
WHEEL_DOWN add volume -5
2019-09-25 20:07:56 +02:00
# }}}
# video-pan {{{
Alt+LEFT add video-pan-x +0.1
Alt+RIGHT add video-pan-x -0.1
Alt+UP add video-pan-y +0.1
Alt+DOWN add video-pan-y -0.1
# }}}
# video-zoom {{{
Alt++ add video-zoom +0.1
Alt+- add video-zoom -0.1
# }}}
# }}}
# multiply {{{
# speed {{{
[ multiply speed 1/1.1
] multiply speed 1.1
{ multiply speed 0.5
} multiply speed 2.0
# }}}
# }}}
# screenshot {{{
s screenshot
S screenshot video
Ctrl+s screenshot window
# }}}
# sub-step {{{
< sub-step -1
> sub-step +1
# }}}
# show-text {{{
2020-07-15 17:51:59 +02:00
` show-text ${path}
~ show-text ${media-title}
2019-09-25 20:07:56 +02:00
# }}}
2022-03-16 09:52:53 +01:00
# script-message {{{
I script-message osc-tracklist
? script-message osc-playlist
! script-message osc-chapterlist
# }}}
2019-09-25 20:07:56 +02:00
# script-binding {{{
i script-binding stats/display-stats-toggle
2020-04-25 21:12:40 +02:00
D script-binding discord/toggle-discord-rpc
2019-09-25 20:07:56 +02:00
o script-binding kdialog/open-files
O script-binding kdialog/open-url
T script-binding kdialog/open-subs
c script-binding clipshot/clipshot-subs
C script-binding clipshot/clipshot-video
Ctrl+t script-binding misc/show-time
2021-02-07 18:28:14 +01:00
DEL script-binding osc/visibility
2019-09-25 20:07:56 +02:00
# }}}
# other {{{
2019-10-21 09:51:06 +02:00
q stop
p show-progress
2019-09-25 20:07:56 +02:00
b playlist-prev
n playlist-next
2022-01-19 11:31:07 +01:00
F playlist-shuffle
2019-10-21 09:51:06 +02:00
Ctrl+l ab-loop
2020-07-15 17:51:59 +02:00
Ctrl+q quit-watch-later
2019-09-25 20:07:56 +02:00
Shift+RIGHT frame-step
Shift+LEFT frame-back-step
# }}}
# ignore {{{
MBTN_LEFT ignore
# }}}
2020-07-15 17:51:59 +02:00
# vim:fdm=marker:fdl=1: