tonches / moovrelocator

Automatically exported from code.google.com/p/moovrelocator
Other
0 stars 0 forks source link

will hang on some mp4 files #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've found a bug in qt-faststart.c from ffmpeg. Seems like same bug exist
in moovrelocator too. If file has an atom with zero size, it seeks on same
atom once again. There's a bunch of such files - specification says if mdat
atom size is zero, program should read it till EOF

Original issue reported on code.google.com by basiliot...@gmail.com on 21 Feb 2010 at 1:53

GoogleCodeExporter commented 8 years ago
thank your for your feedback.

Which size had your test-file?

can you please offer some more information or can you please send me your 
test-file
so that i can test a possible bugfix with it.

thx

Original comment by phpflues...@googlemail.com on 4 Mar 2010 at 9:12

GoogleCodeExporter commented 8 years ago
can anyone assist me on this task?

Original comment by phpflues...@googlemail.com on 16 Sep 2010 at 8:39

GoogleCodeExporter commented 8 years ago
sorry for a long delay ;) Right now i'm not able to give you such file (that 
project was ended up using MP4Box)
However, there's a hint - if you found mdat with size=0, just skip that file - 
there's NO moov atom at the end of file

Original comment by basiliot...@gmail.com on 18 Oct 2010 at 7:13