From 78f1629a539cc14a598831a73c59c3763c074094 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 30 Nov 2019 18:09:31 +0100 Subject: vf_gpu: render subtitles Pretty annoying affair. The vo_gpu code could of course not trigger rendering from filters yet, so it needed to be extended. Also, this uses some icky stuff made for vf_sub (and this was the reason I marked vf_sub as deprecated), so everything is terrible. --- DOCS/man/vf.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index e2f7c9eeb8..40994dd652 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -729,9 +729,9 @@ Available mpv-only filters are: .. warning:: - This does not do OSD rendering. If you see OSD or subtitles, then these - have been renderer by the VO backend (or the ``sub`` video filter). This - is normally done in software, and potentially questionable quality. + This does not do OSD rendering. If you see OSD, then it has been + rendered by the VO backend. (Subtitles are rendered by the ``gpu`` + filter, if possible.) .. warning:: -- cgit v1.2.3