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/infrastructure/__init__.py
1from .media import concat_clips, maybe_open, probe_media, render_clip_file, run_command2from .transcripts import load_transcript_words, resolve_path34__all__ = [5"concat_clips",6"maybe_open",7"probe_media",8"render_clip_file",9"run_command",10"load_transcript_words",11"resolve_path",12]13