-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ytdl options #2619
Comments
AFAIK the |
Run You then do something like this: You can add fallbacks: 299 is 1080p 50/60 fps mp4 h264, 303 1080p is 50/60fps webm vp9 for example. |
Ok. Figured it out. Forgot a pair of quotations
works |
its double quotes on windows cmd |
Hi, I need some clarifications for youtube-dl options for the latest mpv.
I have been using up to mpv-0.11.0 the option --ytdl-format=bestvideo[ext=mp4][width<=1920][height<=1080]+bestaudio[ext=m4a] for 1080p Dash videos for youtube. There have been some changes since mpv 0.12.0 because of 78caf6a
Now my mpv and ffmpeg versions are
I am under the impression that --ytdl-format=best would automatically play dash videos in 1080p or above on Youtube now . But I find that I still need the --ytdl-format=bestvideo+bestaudio, --ytdl-format=best just plays in 720p. Am I missing something
Also the options [height<=] and [width <=] no longer works, are there ways to limit the resolution to under 1080p?
The text was updated successfully, but these errors were encountered: