31 lines
639 B
Plaintext
31 lines
639 B
Plaintext
# Configure fonts
|
||
osd-font = 'DINW07-Medium'
|
||
sub-font = 'Roboto Slab'
|
||
# also use custom fonts for ass subtitles
|
||
sub-ass-override=force
|
||
|
||
# don’t 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
|
||
|
||
# do not show images only one second
|
||
image-display-duration=inf
|