Exclude vp9 from youtube-dl codecs
This commit is contained in:
parent
0fd29cfbeb
commit
ba921a194f
|
@ -9,4 +9,4 @@ vo=gpu
|
||||||
volume-max=200
|
volume-max=200
|
||||||
af=acompressor
|
af=acompressor
|
||||||
## Youtube-dl settings
|
## Youtube-dl settings
|
||||||
ytdl-format=bestvideo[height<=?720]+bestaudio/best
|
ytdl-format=bestvideo[height<=?720][vcodec!=vp9]+bestaudio/best
|
||||||
|
|
Loading…
Reference in New Issue