On Tue, 28 May 2013, Christian Reuschling wrote:
This works like a charme, but inside MP4Parser, there exists these lines
of code:
Line 146-154, parse() method:
MovieBox moov = getOrNull(isoFile, MovieBox.class);
if (moov == null) {
// Bail out
return;
}
I think that's a sign that it isn't a valid mp4 file. Do you know where the file came from / what kind of thing it has in it / can you share an example?
Nick
