Fix up the ytdl-forrmat string
This commit is contained in:
parent
c1a75a1989
commit
f6529bd3d6
@ -1,5 +1,5 @@
|
|||||||
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps
|
# multiple codecs with the easiest to run being prefered and vp9 disabled with limit to 1080p and 60 fps
|
||||||
ytdl-format="bestvideo[fps<=?60][height<=?1080][vcodec!=vp9]+bestaudio/best"
|
ytdl-format=bestvideo[height<=?1080][fps<=?60][vcodec!=?vp9]+bestaudio/best
|
||||||
# fullscreen and show window immediatly
|
# fullscreen and show window immediatly
|
||||||
fs
|
fs
|
||||||
force-window=immediate
|
force-window=immediate
|
||||||
|
Loading…
Reference in New Issue
Block a user