-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MP4Box.js not correctly detecting i-frames #362
Comments
Note, ffprobe -show_frames -select_streams v:0 \ Produces: frame,video,0,1,0,0.000000,0,0.000000,0,0.000000,1000,0.016667,1000,0.016667,70615,1280,320,240,yuv420p,N/A,I,0,0,0,0,0,tv,smpte170m,smpte170m,bt709,left,side_data,H.26[45] User Data Unregistered SEI message frame,video,0,0,1000,0.016667,1000,0.016667,1000,0.016667,1000,0.016667,1000,0.016667,73889,455,320,240,yuv420p,N/A,B,0,0,0,0,0,tv,smpte170m,smpte170m,bt709,left |
This file, exported from Adobe Media Encoder uses a keyframe distance of 33. Therefore, every 33 samples should be a sync frame. ffprobe correctly lists the sync frames, but MP4Box.js does not.
Numbers-H265-GOP33.mp4
The text was updated successfully, but these errors were encountered: