update : The r and t keys were added to the inputs to change the subtitle display location and move it horizontally from bottom to top.

This commit is contained in:
ALipAkrohk 2023-01-02 04:01:05 +03:30
parent 6efb8ec7d5
commit 06b1fde53b

View file

@ -40,6 +40,9 @@ Z set speed 2.0 ; show-text "Playback Speed: ${speed}"
. add sub-delay -0.1 ; show-text "Decreaced Subtitle Delay: ${sub-delay}"
, add sub-delay 0.1 ; show-text "Increaced Subtitle Delay: ${sub-delay}"
/ set sub-delay 0.0 ; show-text "Reset Subtile Delay: ${sub-delay}"
r add sub-pos -1 # move subtitles up
R add sub-pos +1 # down
t add sub-pos +1 # same as previous binding (discouraged)
] frame-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count}"
[ frame-back-step ; show-text "Frame: ${estimated-frame-number} / ${estimated-frame-count}"