1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 13:32:16 +00:00

input.conf: add key binding to override ASS subtitle styles

This commit is contained in:
wm4 2015-03-08 15:57:25 +01:00
parent 6f507d14c1
commit 4d0aa01637
2 changed files with 8 additions and 0 deletions

View File

@ -135,6 +135,11 @@ l
Ctrl + and Ctrl - Ctrl + and Ctrl -
Adjust audio delay by +/- 0.1 seconds. Adjust audio delay by +/- 0.1 seconds.
u
Switch between applying no style overrides to SSA/ASS subtitles, and
overriding them almost completely with the normal subtitle style. See
``--ass-style-override`` for more info.
V V
Toggle subtitle VSFilter aspect compatibility mode. See Toggle subtitle VSFilter aspect compatibility mode. See
``--ass-vsfilter-aspect-compat`` for more info. ``--ass-vsfilter-aspect-compat`` for more info.

View File

@ -108,6 +108,9 @@
#v cycle sub-visibility #v cycle sub-visibility
# stretch SSA/ASS subtitles with anamorphic videos to match historical # stretch SSA/ASS subtitles with anamorphic videos to match historical
#V cycle ass-vsfilter-aspect-compat #V cycle ass-vsfilter-aspect-compat
# switch between applying no style overrides to SSA/ASS subtitles, and
# overriding them almost completely with the normal subtitle style
#u cycle_values ass-style-override "force" "no"
#j cycle sub # cycle through subtitles #j cycle sub # cycle through subtitles
#J cycle sub down # ...backwards #J cycle sub down # ...backwards
#SHARP cycle audio # switch audio streams #SHARP cycle audio # switch audio streams