Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from bundle
Build or revise a reusable FFmpeg timeline for short-form video editing. Use when the user wants an agent-editable API for trimming clips, cropping, fitting to
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/video_timeline_editor/domain/__init__.py
1from .model import CaptionTrack, Clip, ClipAnalysis, ClipTiming, CropBox, FitSpec, MediaInfo, OverlaySpec, Project, TransformSpec, WordToken23__all__ = [4"CaptionTrack",5"Clip",6"ClipAnalysis",7"ClipTiming",8"CropBox",9"FitSpec",10"MediaInfo",11"OverlaySpec",12"Project",13"TransformSpec",14"WordToken",15]16