diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 343cee7..8a025fe 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -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]'