This repository has been archived on 2021-04-06. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/home/.config/mpv/mpv.conf

29 lines
679 B
Plaintext
Raw Normal View History

2018-08-06 19:27:50 +02:00
# Configure fonts
osd-font = 'DINW07-Medium'
sub-font = 'Roboto Slab'
# also use custom fonts for ass subtitles
sub-ass-override=force
# dont correct pitch of audio
#audio-pitch-correction = no
# if surround sound: mixdown to stereo
audio-channels = stereo
# max volume
volume-max = 150
# i18n
#alang = ger,de,deu,eng,en
#slang = ger,de,deu,eng,en
# prefer vp9/opus with youtube-dl
ytdl-format=bestvideo[ext=webm]+bestaudio[ext=webm]/bestvideo+bestaudio/best
# allow seeking in streamed media
force-seekable
# enable hardware decoding when avaliable
#hwdec = vaapi # does not work for > 1920 x 1080; software decoding is
# efficient enough in most cases