diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:54:54 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-04-16 21:54:54 +0200 |
commit | 102e7d997a40a7215b10686ce2b0d006d5a97c2e (patch) | |
tree | 86449e1b494d7c209563f6870a5c7493528434aa /config/X/mpv/mpv.conf | |
parent | a58ae56e98a8d9fcbe7fc7beaa976a4d164ee99a (diff) | |
parent | 0403da37e183e41d3b949b473038806059130815 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/X/mpv/mpv.conf')
-rwxr-xr-x | config/X/mpv/mpv.conf | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/config/X/mpv/mpv.conf b/config/X/mpv/mpv.conf deleted file mode 100755 index 4f5e251..0000000 --- a/config/X/mpv/mpv.conf +++ /dev/null @@ -1,28 +0,0 @@ -profile=gpu-hq - -# Set OSD font -osd-font='monospace' -# 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 |