I'm trying to rebuild a video file from a Smooth Streaming server. Smooth Streaming serves fMP4 files which are regular MP4 files without neither their FTYP nor their MOOV atoms.
All the informations stored in those atom are placed into a Manifest XML file, which I have.
Is there a way to programmatically rebuild the original MP4 file, either by:
- rebuilding a new file straight from H264/AAC content located in MDAT (and picture format infos); or
- rebuilding FTYP and MOOV atoms
Or else, is there a tool which can merge fMP4?