[mpv] better scaling

legacy
Simon Bruder 2019-05-05 12:19:11 +00:00
parent a91bb88522
commit 87e27e6437
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 3 additions and 1 deletions

View File

@ -31,8 +31,10 @@ hwdec = vaapi
# do not show images only one second
image-display-duration=inf
# better upscaling
# better scaling
scale=spline36
cscale=spline36
dscale=mitchell
[musicvideo]
lavfi-complex = '[aid1]asplit=4[ao][a1][a2][a3];[a1]avectorscope=m=lissajous:s=640x600:draw=dot:r=25[avectorscope];[a2]aresample=44100,showwaves=s=1280x600:mode=p2p:colors=red|lightgreen:r=25[showwaves];[a3]showcqt=s=1920x600:font=Iosevka sbruder|Bold:fontcolor=0xff8000:r=25[showcqt];[showwaves][avectorscope]hstack=shortest=1[top];[top][showcqt]vstack=shortest=1,fps=25[vo]'