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 to Prevent webm downloading #6584
Comments
|
Using Assuming these formats are offered (they are with YouTube), you would use this option to ensure mp4: |
|
Use |
|
Hi @dstftw, just to make sure I understand your example, will using |
|
Depends on what is the second best audio. |
I've tried using --prefer-free-formats and that doesn't work, at least not how I expect. From what I can tell after messing with it & googling the mp4 is only used IF there is a resolution tie and bitrate tie. I would like to never download a webm.
I've been doing this manually in the past with -f VIDEO+AUDIO (not using the numbers here as they vary) but would like something a bit more permanent.
Any suggestions?