Without transcoding, just remuxing audio stream ffmpeg fails with
[adts @ 0x562cb448d440] Scalable configurations are not allowed in ADTS
Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input
Also some information about similar problem is here https://rentry.co/n4ost
From there:
FWIW, I've got to the bottom of the problem with those specific files .. they're de-DRMed Audible AAX files, and for some reason those sampled at 44.1kHz have a bit flipped in the ESDS atom's Audio Specific Config section .. it's referred to as "dependsOnCoreCoder" in most OSS code. Flipping it back makes the file playable without transcoding.
So question is now - is it a problem of file - incorrectly prepared? Or can we somehow fix with some additional ffmpeg params?
Does not look as easy to fix - as for now WA is play them transcoded.
Without transcoding, just remuxing audio stream ffmpeg fails with
Also some information about similar problem is here https://rentry.co/n4ost
From there:
So question is now - is it a problem of file - incorrectly prepared? Or can we somehow fix with some additional ffmpeg params?
Does not look as easy to fix - as for now WA is play them transcoded.