From 4f9d37931bc1e518c14660f67bf8d8a4d191c923 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Wed, 23 Nov 2022 09:16:24 -0500 Subject: add mpv sub-file argument --- mpv.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mpv.md') diff --git a/mpv.md b/mpv.md index 41b3bab8..87171f4b 100644 --- a/mpv.md +++ b/mpv.md @@ -1,6 +1,8 @@ [[!meta title="MPV tips"]] [[!meta copyright="Copyright © 2022 Sacha Chua"]] +# Displaying subtitles below the video + The default position of subtitles tends to hide important details like the mode line or minibuffer. If you use `mpv` to view videos, you can adjust the position of subtitles with the "r" and "R" keyboard shortcuts, which run `add sub-pos -1` and `add sub-pos +1` respectively. Alternatively, you can configure your MPV to resize videos and show @@ -77,3 +79,7 @@ If you would like to specify the font to use, you can include a line like: ``` sub-font="Clear Sans Bold" ``` + +# Loading a subtitle file manually + +To load a specific subtitle file in MPV, use the `--sub-file=` or `--sub-files=` command-line argument. -- cgit v1.2.3