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.
How can I invoke recode-video / audio-format *only* for non-free formats? #3321
Comments
|
There is no such option at the moment. Basically, youtube-dl would have to be given a map of how to convert formats. |
|
Ok, so until |
|
No, |
|
Thanks! |
This is what I'd like to achieve:
In other words, I want to avoid converting vorbis to opus, or webm to ogg, or the other way around. But I always want to convert avi, mp4, etc to ogg.
If I use (for example)
youtube-dl --prefer-free-formats --extract-audio --audio-format vorbis <URL>it always converts to vorbis.