Mpv: keybind for subtitle scaling
This commit is contained in:
parent
e5125f0918
commit
f1e0a6a777
1 changed files with 2 additions and 0 deletions
|
@ -117,6 +117,8 @@ k cycle pause # toggle pause/playback mode
|
||||||
} add sub-delay +10 # delay subtitles by 10s
|
} add sub-delay +10 # delay subtitles by 10s
|
||||||
( add audio-delay -0.1 # change audio/video sync by delaying the audio
|
( add audio-delay -0.1 # change audio/video sync by delaying the audio
|
||||||
) add audio-delay +0.1 # change audio/video sync by shifting the audio earlier
|
) add audio-delay +0.1 # change audio/video sync by shifting the audio earlier
|
||||||
|
+ add sub-scale +0.01
|
||||||
|
_ add sub-scale -0.01
|
||||||
# ctrl++ add audio-delay 0.100 # change audio/video sync by delaying the audio
|
# ctrl++ add audio-delay 0.100 # change audio/video sync by delaying the audio
|
||||||
# ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier
|
# ctrl+- add audio-delay -0.100 # change audio/video sync by shifting the audio earlier
|
||||||
# Shift+g add sub-scale +0.1 # increase the subtitle font size
|
# Shift+g add sub-scale +0.1 # increase the subtitle font size
|
||||||
|
|
Loading…
Reference in a new issue