Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bestaudio codecs vorbis or opus #20567

Closed
dreamchonghua opened this issue Apr 4, 2019 · 3 comments
Closed

bestaudio codecs vorbis or opus #20567

dreamchonghua opened this issue Apr 4, 2019 · 3 comments
Labels

Comments

@dreamchonghua
Copy link

@dreamchonghua dreamchonghua commented Apr 4, 2019

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"
20190405050806

@remitamine
Copy link
Collaborator

@remitamine remitamine commented Apr 4, 2019

this is an issue tracker for youtube-dl command line tool.
sorry, didn't see the command that you used.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 4, 2019

-f bestaudio[ext=webm][acodec*=vorbis].

@dreamchonghua
Copy link
Author

@dreamchonghua dreamchonghua commented Apr 4, 2019

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.