Remove format preference for youtube-dl in mpv
This commit is contained in:
parent
98a3a167ce
commit
cd5343b31d
|
@ -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]'
|
||||
|
|
Reference in a new issue