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.
bestaudio codecs vorbis or opus #20567
Comments
|
|
|
|
|
Thank you. I've developed it myself. The code is as follows. Thank you. youtube-dl.exe -f bestvideo[ext=webm]+bestaudio[ext=webm][acodec=vorbis] --merge-output-format webm https://www.youtube.com/watch?v=r3V4sBPxMow --proxy "127.0.0.1:1080" --external-downloader aria2c --external-downloader-args "-x 90 -k 1M" |
How to make (bestaudio[ext=webm])Choice"vorbis",Instead of "opus",Thank you
The code is as follows:youtube-dl.exe -f bestvideo[ext=webm]+bestaudio[ext=webm] --merge-output-format webm https://www.youtube.com/watch?v=r3V4sBPxMow --proxy "127.0.0.1:1080" --external-downloader aria2c --external-downloader-args "-x 90 -k 1M"
