diff --git a/home/.config/mpv/mpv.conf b/home/.config/mpv/mpv.conf index 8a025fe..97ac796 100644 --- a/home/.config/mpv/mpv.conf +++ b/home/.config/mpv/mpv.conf @@ -19,9 +19,6 @@ volume-max = 150 #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 @@ -32,7 +29,7 @@ hwdec = vaapi image-display-duration=inf # better quality -profile=gpu-hq +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]'