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
I just tried to play this video on the 'DecodeAndPlay' demo, and it gets played at 0.47 fps, the timestamps are all messed up on each frame. If I want it to play at around 60fps I have to divide every timestamp by 128: var streamTimestamp = picture.timeStamp / 128 in the first line of displayVideoAtCorrectTime.
How should I go about correctly decoding this video's timestamps?
I just tried to play this video on the 'DecodeAndPlay' demo, and it gets played at 0.47 fps, the timestamps are all messed up on each frame. If I want it to play at around 60fps I have to divide every timestamp by 128:
var streamTimestamp = picture.timeStamp / 128
in the first line ofdisplayVideoAtCorrectTime
.How should I go about correctly decoding this video's timestamps?
Video file: https://mega.nz/file/KYtlDDrI#a-CYsajoLvg22VNT_jQfK_-rOemoIpes91uRpgm9Uf8
MediaInfo:
The text was updated successfully, but these errors were encountered: