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.
[tele5] Missing ffmpeg audio postprocessing #22062
Comments
|
Outdated ffmpeg. |
|
So you confirm that this should work with an up-to-date version of ffmpeg? Edit: NVM, testing this out turned out to be quite easy. Thank you for clearing it up :) |
Checklist
Verbose log
youtube-dl:
ffmpeg conversion:
Description
When downloading from tele5 merging audio and video files fails.
When trying to copy the audio stream from the downloaded audio file to another using ffmpeg, it tells me to use the option
-bsf:a aac_adtstoascto fix the malformed AAC bitstream. (See second log)Replicating the ffmpeg command line call used by youtube-dl to merge (according to the verbose log) and adding the option
-bsf:a aac_adtstoascmakes the whole thing work.Seems like youtube-dl needs to determine when this is needed and add that option to make the merge work?
Example URLs: