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
(Nice work by the way!) There's something a bit off with time.mp4, the first 20 frames are missing pkt_duration and pkt_duration_time. I'm not sure how various decoders use pkt_duration but I know ffmpegwill calculate it.
The following output was generated using ffprobe -of json -v debug -show_frames -show_format -show_streams -show_log 56 -unit $1 > $1.json 2> $1.mp4-errors.json
I'm working on a project where frame accuracy is paramount and of course are seeing some of the same issues. We are evaluating a commercial frame-accurate player as a potential workaround. They claim to provide an accurate video.currentTime...
The text was updated successfully, but these errors were encountered:
(Nice work by the way!) There's something a bit off with
time.mp4
, the first 20 frames are missingpkt_duration
andpkt_duration_time
. I'm not sure how various decoders usepkt_duration
but I knowffmpeg
will calculate it.The following output was generated using
ffprobe -of json -v debug -show_frames -show_format -show_streams -show_log 56 -unit $1 > $1.json 2> $1.mp4-errors.json
frame 17 - missing
pkt_duration
frame 24 - has
pkt_duration
It appears to be encoded at 23.976fps:
Can you share how you generated
test.mp4
?I'm working on a project where frame accuracy is paramount and of course are seeing some of the same issues. We are evaluating a commercial frame-accurate player as a potential workaround. They claim to provide an accurate
video.currentTime
...The text was updated successfully, but these errors were encountered: