diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:31:56 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-15 16:47:43 +0100 |
commit | 3b2a78935fd6550521f719a10e5b0fceb1ddb350 (patch) | |
tree | 7c50801d6bb5b7abba3df6352ed43df454a4dbcb /config/X/mpv/mpv.conf |
Not really but, First commit!
Diffstat (limited to 'config/X/mpv/mpv.conf')
-rwxr-xr-x | config/X/mpv/mpv.conf | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/X/mpv/mpv.conf b/config/X/mpv/mpv.conf new file mode 100755 index 0000000..034ec6a --- /dev/null +++ b/config/X/mpv/mpv.conf @@ -0,0 +1,28 @@ +profile=gpu-hq + +# Set OSD font +osd-font='Ubuntu Mono' +# Set OSD font size +osd-font-size=30 + +# Set volume to 100% on startup. +volume=60 + +# Set player max vol to 100%. +volume-max=100 + +# Set max streaming quality as 1080p. +ytdl-format=bestvideo[height<=?1080]+bestaudio/best + +# 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). +demuxer-max-bytes=150000000 + +# 75MB, Max loaded video kept after playback. +demuxer-max-back-bytes=75000000 + +# Force stream to be seekable even if disabled. +force-seekable=yes + +slang=eng, en, english +alang=jpn |