summaryrefslogtreecommitdiff
path: root/config/common/mpv/mpv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/common/mpv/mpv.conf')
-rwxr-xr-xconfig/common/mpv/mpv.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/common/mpv/mpv.conf b/config/common/mpv/mpv.conf
index 25f4cd2..1fd96da 100755
--- a/config/common/mpv/mpv.conf
+++ b/config/common/mpv/mpv.conf
@@ -1,5 +1,4 @@
profile=gpu-hq
-
# Set OSD font
osd-font='monospace'
# Set OSD font size
@@ -13,6 +12,8 @@ volume-max=100
# Set max streaming quality as 1080p.
ytdl-format=bestvideo[height<=?1080]+bestaudio/best
+# get vp9 out
+ytdl-raw-options=extractor-args="youtube:player-client=android"
# Default demuxer is 150/75 MB, note that this uses RAM so set a reasonable amount.
# 150MB, Max pre-load for network streams (1 MiB = 1048576 Bytes).
@@ -29,4 +30,5 @@ stop-screensaver=yes
slang=eng, en, english
alang=jpn
-screenshot-directory=~/pics/screenshots
+screenshot-directory=~/pics/screenshots/mpv
+screenshot-template="%F - [%P]v%#01n"