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
After doing some research, I've noticed that the video you are using is in AVCC/AVC1 format (4 byte length in Little Endian of a NALU follows by H264 raw stream), but most of the video I found was in Annex B format (start code instead of 4 byte). I can not find a "easy" method to convert from annex b to avcc/avc1.