summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-21 18:31:34 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:34 +0200
commit773668b6e85d4da4d252cb4ad8abd50448d70c7c (patch)
treedde60465367e01673f4eacf0b1e1de2f25f2c44e /DOCS/man
parent281989d38437d2a54810bf8638073d8a8cd0dfa0 (diff)
downloadmpv-773668b6e85d4da4d252cb4ad8abd50448d70c7c.tar.bz2
mpv-773668b6e85d4da4d252cb4ad8abd50448d70c7c.tar.xz
VF: rename vf_ass to vf_sub
This reflects the fact that this filter now renders all types of subtitles, not just ASS subtitles. Always compile this filter, not just on CONFIG_ASS. Note that --no-ass still disables auto-inserting this filter. It's the only way to disable auto-insertion, so keep it even though it's not really ASS specific anymore. --no-ass also disables using libass for rendering text subs directly.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/en/vf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index b5a672e236..31947e82b6 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -663,14 +663,14 @@ screenshot
not always safe to insert this filter by default. See the
``Taking screenshots`` section for details.
-ass
+sub
Moves subtitle rendering to an arbitrary point in the filter
chain, or force subtitle rendering in the video filter as opposed to using
video output OSD support.
*EXAMPLE*:
- ``--vf=ass,eq``
+ ``--vf=sub,eq``
Moves sub rendering before the eq filter. This will put both
subtitle colors and video under the influence of the video equalizer
settings.