Surbhi123's picture
Upload folder using huggingface_hub
64772a4 verified
raw
history blame contribute delete
266 Bytes
cimport libav as lib
from av.frame cimport Frame
from av.sidedata.sidedata cimport SideData
cdef class _MotionVectors(SideData):
cdef dict _vectors
cdef int _len
cdef class MotionVector:
cdef _MotionVectors parent
cdef lib.AVMotionVector *ptr