From 779d4f99a74cce2089f0bf7dc5ed10c7a7ff00a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bri=C3=A8re?= Date: Thu, 10 Feb 2022 21:36:34 -0500 Subject: sub: add --sub-fonts-dir and --osd-fonts-dir options These options make it possible to specify the directory that will be passed to ass_set_fonts_dir(), akin to VLC's `--ssa-fontsdir` and FFmpeg's `fontsdir`. Fixes #8338 --- DOCS/man/mpv.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'DOCS/man/mpv.rst') diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index 8ac8ff584c..01aefd1e7a 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -1572,11 +1572,8 @@ For Windows-specifics, see `FILES ON WINDOWS`_ section. fallback subtitle font ``~/.config/mpv/fonts/`` - Font files in this directory are used by mpv/libass for subtitles. Useful - if you do not want to install fonts to your system. Note that files in this - directory are loaded into memory before being used by mpv. If you have a - lot of fonts, consider using fonts.conf (see above) to include additional - fonts, which is more memory-efficient. + Default location for ``--sub-fonts-dir`` (see `Subtitles`_) and + ``--osd-fonts-dir`` (see `OSD`_). ``~/.config/mpv/scripts/`` All files in this directory are loaded as if they were passed to the -- cgit v1.2.3