Cyril Concolato

Results 58 comments of Cyril Concolato

Memory allocation management is tricky. I've tried to document it better here https://github.com/gpac/mp4box.js/wiki/Memory-managment-in-MP4Box.js. Also I added a simple segmenter page to check the memory usage: https://github.com/gpac/mp4box.js/blob/master/test/file-segmenter.html In the case of...

Do you have more details? How do you see 2 channels? Do you have a file to share?

This issue may be similar to https://github.com/gpac/mp4box.js/issues/261.

Thanks for this PR. Some of the commits are clear bug fixes (losing version field in tfdt and DataStream empty buffer). Some of your commits implement the QuickTime File Format...

Thanks for the report. The file in invalid in multiple aspects: * use of negative ctts value while the version of the box is set to 0 * the mdat...

Thanks for the report. What would you expect if the file does not contain enough RAP ? or if the RAP are not aligned with the number of samples ?...

Ok, that's what I thought too. Will implement it when I have time.

MP4Box.js reports what's indicated at the MP4 container level. For E-AC3, those values are overridden by values in an E-AC3 specific structure that is not yet parsed.

Can you share the file? It's hard to help without it.

Not sure which demo uses "new MP4Box", the demos [here](https://github.com/gpac/mp4box.js#demos) should all use MP4Box.createFile. Let me know if this is not the case. Regarding checking `codecs` value is supported, you...