modern_lisp-machine/.config/mpv/input.conf

74 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2024-06-01 05:00:40 +00:00
# mpv keybindings
# Increase / decrease subtitle font size
# https://www.reddit.com/r/mpv/comments/dg5yzj/trouble_decreasing_subtitles_size/
/ add sub-scale +0.1
? add sub-scale -0.1
# AO volume controls (numpad):
#+ add ao-volume 2
#- add ao-volume -2
2024-09-08 20:06:38 +00:00
# Increase playback speed
UP add speed 0.1
# Decrease playback speed
DOWN add speed -2
# Reset playback speed to normal
R set speed 1.0
2024-06-01 05:00:40 +00:00
# Cycle video aspect ratios; "-1" is the container aspect
A cycle-values video-aspect "16:9" "16:10" "4:3" "2.35:1" "-1"
# Vim-like seeking
l seek 5
h seek -5
j seek -60
k seek 60
# Cycle between subtitle files
K cycle sub
J cycle sub down
# Skip to previous/next subtitle line (disabled - use mpvacioius)
#H no-osd sub-seek -1
#L no-osd sub-seek 1
# Search sub-text on Jisho.org
# https://github.com/mpv-player/mpv/issues/4695#issuecomment-609876072
#Ctrl+j run "/bin/sh" "-c" "xdg-open 'https://jisho.org/search?keyword=${sub-text}'"
# skip to next/previous file
> playlist-next
< playlist-prev
# Add/subtract 50 ms delay from subs
Z add sub-delay +0.05
z add sub-delay -0.05
D add sub-delay -92.3
A add sub-delay -152
# Adjust timing to previous/next subtitle
X sub-step 1
x sub-step -1
2024-09-08 20:06:38 +00:00
Ctrl+x set sub-delay 0
2024-06-01 05:00:40 +00:00
o show-progress
V script-binding visibility
Ctrl+b run "/bin/sh" "-c" "impd add '${=path}'"
2024-09-08 20:06:38 +00:00
Shift+Home seek 0 absolute