Use gpu-hq profile by default in mpv

This commit is contained in:
Simon Bruder 2019-08-25 14:23:35 +00:00
parent 0acc52f555
commit 98a3a167ce
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -31,10 +31,8 @@ hwdec = vaapi
# do not show images only one second
image-display-duration=inf
# better scaling
scale=spline36
cscale=spline36
dscale=mitchell
# better quality
profile=gpu-hq
[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]'