diff options
Diffstat (limited to 'DOCS/man/en/vf.rst')
-rw-r--r-- | DOCS/man/en/vf.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst index d46bd5bc06..31947e82b6 100644 --- a/DOCS/man/en/vf.rst +++ b/DOCS/man/en/vf.rst @@ -663,15 +663,15 @@ screenshot not always safe to insert this filter by default. See the ``Taking screenshots`` section for details. -ass - Moves SSA/ASS subtitle rendering to an arbitrary point in the filter +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 EOSD support. See the ``--ass`` option. + video output OSD support. *EXAMPLE*: - ``--vf=ass,eq`` - Moves SSA/ASS rendering before the eq filter. This will put both + ``--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. |