MisterAI's picture
download
raw
590 Bytes
cimport libav as lib
cdef class SubtitleProxy:
cdef lib.AVSubtitle struct
cdef class SubtitleSet:
cdef SubtitleProxy proxy
cdef readonly tuple rects
cdef class Subtitle:
cdef SubtitleProxy proxy
cdef lib.AVSubtitleRect *ptr
cdef readonly bytes type
cdef class TextSubtitle(Subtitle):
pass
cdef class ASSSubtitle(Subtitle):
pass
cdef class BitmapSubtitle(Subtitle):
cdef readonly planes
cdef class BitmapSubtitlePlane:
cdef readonly BitmapSubtitle subtitle
cdef readonly int index
cdef readonly long buffer_size
cdef void *_buffer

Xet Storage Details

Size:
590 Bytes
·
Xet hash:
a515a029b167fa2a1f636a63e0c0dd1198c4cc788fd1adb586bfe07d903e1135

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.