Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Select the best quality with a unified extension #26892
Comments
from https://github.com/ytdl-org/youtube-dl#format-selection |
|
From what I wrote:
|
|
--merge-output-format mp4 |
|
I guess it is not clear enough: If the webm gives 4K, and mp4 gives 1080p, I obviously want webm (even with a 5% sub-par mp4 track). However, I don't want to "explicitly" decide/block one format over the other one. |
|
There isn't much that .mp4 containers can't typically handle but .webm can (just Vorbis audio I think) - https://en.wikipedia.org/wiki/Comparison_of_video_container_formats
|
Checklist
#26810, #25089
Description
Using the bare-bones command line, sometimes it ends up with
youtube-dl/youtube_dl/YoutubeDL.py
Line 1903 in 7947a1f
this message. I wonder if there could be a way to get "almost the best video quality" (be that e.g. webm or mp4), without resorting to mkv, and without hardcoding what to get explicitly.
I don't want to use mkv if I will get something like "just 5% better quality".