mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

Fix for failing tests due to IndexOutOfRangeException in DefaultMp4SampleList, Fix for FragmentedMp4Writer producing invalid MP4 file

Open jimm98y opened this issue 1 year ago • 0 comments

Currently many tests are failing because of an IndexOutOfRangeException in DefaultMp4SampleList on line 74. "entries" are empty because parseDetails has not been called to populate them.

Additionally, FragmentedMp4Writer was producing an invalid mp4 files with all samples in the "trun" box having zero size. This is also fixed and I've added a test for the FragmentedMp4Writer that now produces playable mp4 file.

Also fixes #334.

Finally, H265 muxing now produces a valid mp4 file that can be played in both Media player on Windows and VLC/ffmpeg.

jimm98y avatar May 13 '23 20:05 jimm98y