MisterAI's picture
download
raw
532 Bytes
from fractions import Fraction
from typing import TypedDict
from av.sidedata.motionvectors import MotionVectors
class SideData(TypedDict, total=False):
MOTION_VECTORS: MotionVectors
class Frame:
dts: int | None
pts: int | None
duration: int
time_base: Fraction | None
side_data: SideData
opaque: object
@property
def time(self) -> float | None: ...
@property
def is_corrupt(self) -> bool: ...
@property
def key_frame(self) -> bool: ...
def make_writable(self) -> None: ...

Xet Storage Details

Size:
532 Bytes
·
Xet hash:
41ec9dc2d35b898fdbc925515ae4dba239fbd9e8bb093f9ac5cecdefacc5d839

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