go-mp4 icon indicating copy to clipboard operation
go-mp4 copied to clipboard

Enhancement of behavior about malformed MP4 files

Open sunfish-shogi opened this issue 2 years ago • 0 comments

I found malformed MP4 file which was output by FFmpeg 3.0.2. go-mp4 returns EOF error at avcC box in the file.

Screen Shot 2022-03-03 at 15 33 45

Bento4 says the avcC box is empty (0 bytes).

Screen Shot 2022-03-03 at 15 34 31

A similar case was reported at: https://github.com/google/ExoPlayer/issues/6434

go-mp4's mp4tool-dump command will interrupt for all parse errors. However, sometimes we want to see informations followed error point.

sunfish-shogi avatar Mar 03 '22 06:03 sunfish-shogi