29 lines
679 B
Plaintext
29 lines
679 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 # does not work for > 1920 x 1080; software decoding is
|
|||
|
# efficient enough in most cases
|