Mpv: keybind for subtitle scaling
This commit is contained in:
parent
df57571add
commit
1c26723248
|
@ -117,6 +117,8 @@ k cycle pause # toggle pause/playback mode
|
|||
} 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 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 shifting the audio earlier
|
||||
# Shift+g add sub-scale +0.1 # increase the subtitle font size
|
||||
|
|
Loading…
Reference in a new issue