You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attached test2.264 (640x480) failed on all the 3 modes. But I'm able to do muxing with this bitstream using ffmpeg:
$ ffmpeg -framerate 30 -i test2.264 -c copy test2.mp4
This stream is progressive high profile, needs to be supported in mp4_h26x_write_nal helper. Will do this at some point. Fragmentation mode + slices also currently not supported.
minimp4 still can be used in such cases, just other demuxer should be used instead of mp4_h26x_write_nal which correctly aggregates one h264 frame into sample and pass it directly to MP4E_put_sample.
Turns out it's trivial to fix. Problem was not in progressive encoding as I think at first, but in access unit delimiter NALu`s which was not handled. This 8bbd1ca fixes default and sequential modes, for fragmentation mode there same issue as #15 .
Attached test2.264 (640x480) failed on all the 3 modes. But I'm able to do muxing with this bitstream using ffmpeg:
$ ffmpeg -framerate 30 -i test2.264 -c copy test2.mp4
test2.264.zip
The text was updated successfully, but these errors were encountered: