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

How to automatically download the highest quality webm #20565

Closed
dreamchonghua opened this issue Apr 4, 2019 · 1 comment
Closed

How to automatically download the highest quality webm #20565

dreamchonghua opened this issue Apr 4, 2019 · 1 comment

Comments

@dreamchonghua
Copy link

@dreamchonghua dreamchonghua commented Apr 4, 2019

How to automatically download the highest quality webm, my code is as follows:
youtube-dl.exe -f bestvideo[ext=webm]+bestaudio[ext=webm] --merge-output-format mp4 https://www.youtube.com/watch?v=r3V4sBPxMow --proxy "127.0.0.1:1080" --external-downloader aria2c --external-downloader-args "-x 90 -k 1M"

The downloaded video is silent. Thank you.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 4, 2019

You can't merge webm into mp4 container, don't touch --merge-output-format if you have no idea of what you are doing.

@dstftw dstftw closed this Apr 4, 2019
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
2 participants
You can’t perform that action at this time.