From 26190dbe579833ab0a5d5ccc754a908af94fbda0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 25 Nov 2014 11:08:25 +0100 Subject: player: add option not to use OSD/fontconfig Makeshift-solution for working around certain fontconfig issues. With --use-text-osd=no, libass and fontconfig won't be initialized, and fontconfig won't block everything with scanning for fonts. --- DOCS/man/options.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 226259b2c2..a9d007813a 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2496,6 +2496,16 @@ OSD Default: 0. +``--use-text-osd=`` + Disable text OSD rendering completely. (This includes the complete OSC as + well.) This is mostly useful for avoiding loading fontconfig in situations + where fontconfig does not behave well, and OSD is unused - this could for + example allow GUI programs using libmpv to workaround fontconfig issues. + + Note that selecting subtitles of any kind still initializes fontconfig. + + Default: ``no``. + Screenshot ---------- -- cgit v1.2.3