diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-02 02:13:40 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-02 02:13:40 +0100 |
commit | e9752056b6eb824b85854e20dadac31c197cd235 (patch) | |
tree | f60f7ba21b8bdfcfadb7f504679a9b13daa343e0 /config/common/mpv/mpv.conf | |
parent | ca0cec60dacc4e8c6f8f37e0605b72bac54c9ea6 (diff) | |
parent | 541d9fa7014c5c197f7c8a09fa159ac84bd9a6a8 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/common/mpv/mpv.conf')
-rwxr-xr-x | config/common/mpv/mpv.conf | 6 |
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" |