/ open-webui.git
/ app
/ env
/ lib
/ python3.11
/ site-packages
/ av
/ subtitles
/ codeccontext.pyi
Run
Starting...
Stop
View File
Save
from typing import Literal from av.codec.context import CodecContext class SubtitleCodecContext(CodecContext): type: Literal["subtitle"]
Memory