MisterAI's picture
download
raw
385 Bytes
from typing import Literal
from av.codec.context import CodecContext
from av.packet import Packet
from av.subtitles.subtitle import SubtitleSet
class SubtitleCodecContext(CodecContext):
type: Literal["subtitle"]
subtitle_header: bytes | None
def decode2(self, packet: Packet) -> SubtitleSet | None: ...
def encode_subtitle(self, subtitle: SubtitleSet) -> Packet: ...

Xet Storage Details

Size:
385 Bytes
·
Xet hash:
78f83af0e2ff85f8670581b81a1c93fb6e3d5a8eeb9e377f0f0b5b43e2627b61

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