Skip to content

Instantly share code, notes, and snippets.

@cmplstofB
Created July 23, 2019 09:39
Show Gist options
  • Save cmplstofB/d76243065ff3f89f4b983f8d80f3ea01 to your computer and use it in GitHub Desktop.
Save cmplstofB/d76243065ff3f89f4b983f8d80f3ea01 to your computer and use it in GitHub Desktop.
MPVの設定
# <https://support.google.com/youtube/answer/7631406?hl=ja&ref_topic=3014328>
SPACE cycle pause
#PLAY
PAUSE cycle pause
k cycle pause
STOP stop
REWIND playlist-next
LEFT seek -5
RIGHT seek 5
j seek -10
l seek 10
#HOME
#END
UP add volume 5
DOWN add volume -5
1 seek 10 absolute-percent
2 seek 20 absolute-percent
3 seek 30 absolute-percent
4 seek 40 absolute-percent
5 seek 50 absolute-percent
6 seek 60 absolute-percent
7 seek 70 absolute-percent
8 seek 80 absolute-percent
9 seek 90 absolute-percent
0 seek 00 absolute-percent
/ ignore
f cycle fullscreen
ESC set fullscreen no
N playlist-next
P playlist-prev
#i
< multiply speed 0.9
> multiply speed 1.1
c cycle sub
+ add volume 10
- add volume -10
F2 screenshot video # Minecraftから着想
# 可能なら日本語字幕を使用する
slang=ja
# 可能なら日本語音声,次善で英語音声を使用する
alang=ja,en
# 画面撮影の雛形
screenshot-template=mpv-%f-%p
screenshot-directory=~/.local/var/fd/pic
# 音量
volume=55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment