Hi,

I’m writing a C++ program to validate the integrity of a Fragmented MP4 file 
containing AAC audio.
This program would parse the FMP4 file, read each audio packet, attachment ADTS 
headers, and then try to decode the AAC using libfdk_aac.

I am using libavformat, and I am able to parse the MP4 atoms correctly, however 
I’m having issues figuring out the best way to attach the ADTS headers.

The best sample I was able to find was:

https://patchwork.ffmpeg.org/patch/3184/ 
<https://patchwork.ffmpeg.org/patch/3184/>

Is there a better example for me to use?

Ronak
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to