summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vf.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-12 23:35:01 +0100
committerwm4 <wm4@nowhere>2012-12-12 23:35:34 +0100
commitc3f8c9a58e3028777466ce0d3f56374efb10f968 (patch)
tree2267e7bdd026163888e48690bc01ce0973e02b29 /DOCS/man/en/vf.rst
parent69e13388342379a256a4a8e9f5a518fcdce453ab (diff)
downloadmpv-c3f8c9a58e3028777466ce0d3f56374efb10f968.tar.bz2
mpv-c3f8c9a58e3028777466ce0d3f56374efb10f968.tar.xz
options: move -ass-bottom-margin/-ass-top-margin options to vf_sub
These options might be useful sometimes, but they are not that important, and work with vf_sub only. Make them vf_sub sub-options.
Diffstat (limited to 'DOCS/man/en/vf.rst')
-rw-r--r--DOCS/man/en/vf.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 13d782c0f4..439701754a 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -661,11 +661,19 @@ screenshot
screenshot_force
Same as ``screenshot``, but prefer it over VO based screenshot code.
-sub
+sub=[=bottom-margin:top-margin]
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.
+
+ <bottom-margin>
+ Adds a black band at the bottom of the frame. The SSA/ASS renderer can
+ place subtitles there (with ``--ass-use-margins``).
+ <top-margin>
+ Black band on the top for toptitles (with ``--ass-use-margins``).
+
+
*EXAMPLE*:
``--vf=sub,eq``