mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

MP4 files generated with mp4parser wont play in chrome.

Open AdithyanI opened this issue 6 years ago • 2 comments

  • Input file download : https://s3-eu-west-1.amazonaws.com/bitbucketireland/Sintel_trailer.mp4
  • If I remux this file with mp4parser, the resultant output will not play in chrome or totem player. But it does play in other players (ffmpeg, vlc).
  • Minimial example to reproduce:
        Movie movie = MovieCreator.build("/tmp/Sintel_trailer.mp4");
        Mp4Builder builder = new DefaultMp4Builder();
        Container c = builder.build(movie);
        WritableByteChannel wbc = new FileOutputStream("/tmp/Sintel_trailer_isoparser.mp4").getChannel();
        c.writeContainer(wbc);

The /tmp/Sintel_trailer_isoparser.mp4 wont play in chrome. The first frame of the video gets displayed, the video playback is stuck. The audio still plays in the background.

  • Version used : 1.9.34
  • Any ideas in what the issue might be?
  • Thanks in advance.

AdithyanI avatar Aug 29 '18 09:08 AdithyanI

Such a nice project but there's no feedback from developers. Did you manage to solve this?

x011 avatar Nov 15 '18 01:11 x011

Same issue here, did you find a solution for this? could you do it another way to get it working? @AdithyanI

Thanks!

hiamex avatar Feb 08 '23 10:02 hiamex