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.
Merge fails after downloading a YT video (libavformat) #6997
Comments
|
Run
It's required because YouTube only provides the high quality version splitted in two separate files (audio and video) and youtube-dl has to download them and merge them to a single file with ffmpeg/avconv. |
|
Thanks! So the codecs h264 and aac are not on whitelist. I don't know how to fix this. I installed ffmpeg via brew with (almost?) all the
|
|
You probably need to rebuild/reinstall libav. If you prefer to use you have to use the |
|
@jaimeMF Thank you! |
Hi and thanks for this great OS Software. Some time ago, youtube-dl started printing an error after downloading simple youtube videos. Here is my console in- and output:
Please note that the mp4 and m4a file at the is working fine. I don't even know why it wants to merge the format, or why it converts to audio for that matter.
The output is the same if I
sudothe command. This might also help:Thanks.