-
Notifications
You must be signed in to change notification settings - Fork 104
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
[Feature Request]Add support for selecting more encoding formats when downloading the list #238
Comments
Suggestions for design thinking: When using yt dlp to view video metadata information, many different formats are listed, but not all videos in a list use the same encoding format. We can use priority to decide which format to download, such as this link:
The video information is as follows:
Download priority is 1080p avc1, if vp9 is not available, then 720p acv1 vp9 format, suffix priority is mp4, mkv like this |
Description
At present, when downloading the list, the video formats can be selected as automatic, mp4, and webm. After downloading mp4, I use ffmpeg to view the downloaded videos, and the encoding format is vp9. This format may not have good playback support for some devices, and online preview may also have problems after uploading to the cloud storage. I hope to choose a specific encoding format, just like downloading a single video. I can choose avc1, vp9 encoding formats and different file suffixes mp4, mkv, and webm to meet different needs.
The text was updated successfully, but these errors were encountered: