summaryrefslogtreecommitdiffstats
path: root/mpv.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-11-23 09:16:24 -0500
committerSacha Chua <sacha@sachachua.com>2022-11-23 09:16:24 -0500
commit4f9d37931bc1e518c14660f67bf8d8a4d191c923 (patch)
tree1b95b747b332b11a7fec9332c229e8b2fd8703b8 /mpv.md
parent14df399f58b187dffa84c84a92462bca316130f5 (diff)
downloademacsconf-wiki-4f9d37931bc1e518c14660f67bf8d8a4d191c923.tar.xz
emacsconf-wiki-4f9d37931bc1e518c14660f67bf8d8a4d191c923.zip
add mpv sub-file argument
Diffstat (limited to 'mpv.md')
-rw-r--r--mpv.md6
1 files changed, 6 insertions, 0 deletions
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 &copy; 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.