dotfiles/.config/mpv/mpv.conf

38 lines
784 B
Plaintext
Raw Normal View History

2019-06-13 20:12:29 +02:00
# Video
profile=gpu-hq
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
video-sync=display-resample
interpolation
tscale=oversample
# Misc
2018-06-02 00:13:25 +02:00
cache-pause
input-ipc-server=/tmp/mpvsocket
2019-06-13 20:12:29 +02:00
hr-seek-framedrop=yes
# Subtitles
2018-06-02 00:13:25 +02:00
sub-back-color=0.0/0.0/0.0/0.5
sub-use-margins
2019-06-13 20:12:29 +02:00
sub-file-paths=~/Sous-titres/
sub-font=IBM Plex Sans
# Codecs
2018-06-02 00:13:25 +02:00
hwdec=auto-copy
hwdec-codecs=all
2019-06-13 20:12:29 +02:00
# Audio
#audio-channels=6
2019-07-19 23:11:53 +02:00
ad-lavc-downmix=no
2019-06-13 20:12:29 +02:00
#af=ladspa=/usr/lib/ladspa/bs2b.so:bs2b:[725,4.5]
# Language
2018-11-30 22:00:19 +01:00
alang=fr,fre,fra
slang=fr,fre,fra
2019-06-13 20:12:29 +02:00
# Network
2020-01-09 21:17:01 +01:00
cache=yes
demuxer-max-bytes=256MiB
2018-11-30 22:00:19 +01:00
demuxer-readahead-secs=20
2019-01-21 08:16:41 +01:00
ytdl-format="((bestvideo[container=webm][height=1080]/bestvideo[ext=webm][height=1080]/bestvideo[height=1080]/bestvideo[height>=?720]/bestvideo)+(bestaudio[container=webm]/bestaudio[ext=webm]/bestaudio))/best"