From 14a24f35bfc78121591b14e9ad8e137791582212 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 16 Feb 2015 20:04:02 +0100 Subject: osd: customizable subtitle and OSD position You can set in which "corner" the OSD and subtitles are shown. I'd prefer it a bit more general (so you could set the alignment using a factor), but the libass API does not provide this. --- DOCS/man/options.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index a7ec90b2ff..a50bd09e27 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2540,6 +2540,17 @@ OSD Default: 22. +``--osd-align-x=``, ``--sub-text-align-x=...`` + Control to which corner of the screen OSD or text subtitles should be + aligned to (default: ``center`` for subs, ``left`` for OSD). + + Never applied to ASS subtitles, except in ``--no-sub-ass`` mode. Likewise, + this does not apply to image subtitles. + +``--osd-align-y=`` ``--sub-text-align-y=...`` + Vertical position (default: ``bottom`` for subs, ``top`` for OSD). + Details see ``--osd-align-x``. + ``--osd-scale=`` OSD font size multiplier, multiplied with ``--osd-font-size`` value. -- cgit v1.2.3