-
Notifications
You must be signed in to change notification settings - Fork 79
Downloading video of specific resolution #56
Comments
You can create custom preset in config.toml. See here |
Useful information, thanks. The only problem is that I don't know what arguments to use to download specific resolutions. For example 1440p (which would require modification of the best preset), or 720p (which would require modification of the mp4 preset). For instance, if the video's max quality is 4K, by default the best preset will download 4K, and the mp4 preset will download 1080p (because that's the limit for mp4 on YouTube, higher resolutions use webm). |
To download bestvideo with certain quality, you can use |
It seems to work with the "best" preset, I can download any resolution, but it will be the VP9 codec. Also, can I modify the mp3 preset so that I can download just the original AAC 128 kbps audio file (which is what I get when I download any video format). If I change mp3 to m4a or aac, I get a ~350 kbps AAC file, which means it's re-encoded. Is there a list of all the parameters that can be used with presets? |
To download video with AVC and in 720 resolution you can use this: Sure, you can do something like this: Sure, yt-dlp-gui |
Don't forget to close issue :) |
I am using this args = [ "-f", "bv[vcodec^=avc][height<=720p][ext=mp4]+ba/b[ext=mp4]",] to download a 720p file but it does not work with 720p60 file instead download a 1080p60 file. Is their any thing i need to change in this args. |
Why did you placed "720p" as height? It's wrong, you have to use just "720" |
is it possible to select a specific video resolution if multiple option is available to download
The text was updated successfully, but these errors were encountered: