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.
[X] I've verified and I assure that I'm running youtube-dl 2018.01.27
Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add the
-vflag to your command line you run youtube-dl with (youtube-dl -v <your command line>), copy the whole output and insert it here:Description of your issue, suggested solution and other information
I'm not sure if it's already possible somehow, I tried to play around with --encode and some features to bypass in case but it gets complicated and I thought it's probably that needs to be fixed in the code permanently as a fallback or a new option to fallback in case there is a malformed AAC stream.
What would be nice is if you could add [and better still to also remove] options since ffmpeg is kind enough to tell you what is wrong and how to fix it, until it is permanently fixed in youtube-dl -- it would be useful if you could provide an easy way to inject options to ffmpeg (and better still to zap options out if necessary).
E.g. --add-fmpeg-option '-bsf:a aac_adtstoasc'
E.g. --remove-fmpeg-option '-c copy'
For now, running it in debug and gleaning the ffmpeg string and modifying it, workaround works.