diff options
author | wm4 <wm4@nowhere> | 2015-03-08 15:57:25 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-03-08 15:57:46 +0100 |
commit | 4d0aa016377bc997bb7c04bff8eb38701403c182 (patch) | |
tree | 24c6c0fd95ac59fda0089a114c97ce6cc9722271 /etc | |
parent | 6f507d14c1b05d6a7ac8bd9b01816de80f168113 (diff) | |
download | mpv-4d0aa016377bc997bb7c04bff8eb38701403c182.tar.bz2 mpv-4d0aa016377bc997bb7c04bff8eb38701403c182.tar.xz |
input.conf: add key binding to override ASS subtitle styles
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 48adfa9035..f30eb977c5 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -108,6 +108,9 @@ #v cycle sub-visibility # stretch SSA/ASS subtitles with anamorphic videos to match historical #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 down # ...backwards #SHARP cycle audio # switch audio streams |