diff options
author | wm4 <wm4@nowhere> | 2014-01-01 19:45:34 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-01-01 19:45:34 +0100 |
commit | faf68f3b8eb51427949833999264aecf801a0ced (patch) | |
tree | 3db5b2eb82042d2d4d4643a22fa444c4d4902488 /DOCS/man | |
parent | 2214ee847237cf077904e55b0fc688f5c5ceff19 (diff) | |
download | mpv-faf68f3b8eb51427949833999264aecf801a0ced.tar.bz2 mpv-faf68f3b8eb51427949833999264aecf801a0ced.tar.xz |
manpage: clarifications about bitmap subtitles and --secondary-sid
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/options.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index f529da5676..db3c9f1c5e 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2022,8 +2022,10 @@ OPTIONS the top of the screen) alongside the normal subtitle, and provides a way to render two subtitles at once. - there are some caveats associated with this feature. For example, secondary - subtitles are never shown on the terminal if video is disabled. + there are some caveats associated with this feature. For example, bitmap + subtitles will always be rendered in their usual position, so selecting a + bitmap subtitle as secondary subtitle will result in overlapping subtitles. + Secondary subtitles are never shown on the terminal if video is disabled. .. note:: |