[FFmpeg-user] construct mov from a fragmented mp4 stream.
Amila Perera
perera.amila at gmail.com
Tue Nov 18 06:07:29 CET 2014
Hi all,
I have a fragmented mp4(H.264) stream dumped to file. It has several atoms
of the following sequence.
moof
mfhd
free
traf
thfd
trun
mdat
moof
:
:
How can I create a MOV file out of these fragmented moof atoms.
I think that I have to extract H.264 data from moof atoms and dump them in
to moov atoms of a MOV file.
Is this possible with ffmpeg.
Actually I need to achieve this programmatically, but first I want to know
if this is possible with ffmpeg.
Thank you in advance.
--
*Amila Perera.*
More information about the ffmpeg-user
mailing list