40 lines
1 KiB
Plaintext
40 lines
1 KiB
Plaintext
# Configure fonts
|
||
osd-font = 'DINW07-Medium'
|
||
|
||
sub-font = 'TeX Gyre Heros'
|
||
sub-bold = yes
|
||
sub-font-size = 44
|
||
sub-use-margins = no
|
||
|
||
# also use custom fonts for ass subtitles
|
||
sub-ass-override = force
|
||
|
||
# don’t correct pitch of audio
|
||
#audio-pitch-correction = no
|
||
|
||
# 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
|
||
|
||
# better upscaling
|
||
scale=spline36
|
||
|
||
[musicvideo]
|
||
lavfi-complex = '[aid1]asplit=4[ao][a1][a2][a3];[a1]avectorscope=m=lissajous:s=640x600:r=25:draw=dot[avectorscope];[a2]showwaves=s=1280x600:r=25:mode=p2p:colors=red|lightgreen[showwaves];[a3]aresample=112000,showspectrum=s=1920x600:color=rainbow:slide=scroll:gain=1,fps=25[showspectrum];[showwaves][avectorscope]hstack[top];[top][showspectrum]vstack,fps=25[vo]'
|
||
alpha = no
|