Closed GoogleCodeExporter closed 8 years ago
Oops, looks like this is a dup of #125, and the patch from that bug (which
appears to be committed in r490) fixes the problem.
However, itmf_generic.h:126 still says "size is always >= 1", which isn't true,
so it should be changed.
Original comment by abarn...@gmail.com
on 20 Apr 2012 at 12:17
Yeah, should hopefully be fixed, although it's still not clear to me if there's
an error on the parser side, or if it's just screwy itmf data in the MP4 file.
So if you have any ideas, let me know.
I removed the size comment in itmf_generic.h, since that isn't the case for
whatever reason.
Original comment by kid...@gmail.com
on 20 May 2012 at 8:05
Well, it's hard to know what counts as "screwy" and what counts as "legitimate"
if Apple doesn't document the format. (It's certainly legitimate MPEG 4
structure, but that doesn't prove anything.) I do know that iTunes, the iPod
software, and AVFoundation can all read it. I haven't tested to see whether
AVFoundation can generate it (maybe by setting an AVMutableMetadataItem's value
to nil or NSNull and saving it into an export session?), which I guess would be
the real test. I'll try various ways to do it when I get a chance.
Original comment by abarn...@gmail.com
on 20 May 2012 at 9:45
Original issue reported on code.google.com by
abarn...@gmail.com
on 19 Apr 2012 at 11:56