sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.75k stars 566 forks source link

Question: There is any way to write the head and footer? #359

Open rodgarcialima opened 5 years ago

rodgarcialima commented 5 years ago

Sorry for the Off topic question, but I'm trying to create file chunks of a radio streaming and then convert these files to PCM format using FFMpeg, but FFMpeg is throwing an error about missing file header and footer (m4a boxes).

Is it possible to use mp4parser to create these boxes to the file chunk?

Thank you very much.