diff options
Diffstat (limited to '')
-rw-r--r-- | mpv.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |