mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Auto select less compressed option #618
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GLPG35 on GitHub (Dec 9, 2024).
describe the feature you'd like to see
When using the website, I notice that in the options, you can select manually between h264, av1 and vp9, but there's no "auto" option.
What I mean with that "auto" option is just that sometimes YouTube offers av1 and vp9 codecs, but av1 could be just vp9 encoded into av1, and it's not the best quality, so it would be nice to detect automatically the less compressed codec from the source, as for example, yt-dlp does.
additional context
No response