From f1e0a6a7772378fca96e42dbee57f92d7ed38ac0 Mon Sep 17 00:00:00 2001 From: Akemi Izuko Date: Fri, 25 Nov 2022 20:46:03 -0700 Subject: [PATCH] Mpv: keybind for subtitle scaling --- mpv/input.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mpv/input.conf b/mpv/input.conf index ed5d4e4..0f1f9be 100644 --- a/mpv/input.conf +++ b/mpv/input.conf @@ -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