prompt
FreeAgentic video editing via ffmpeg prompts
About prompt
A detailed system prompt that defines an 'Agentic Video Editing Engineer' — an AI agent designed to edit video programmatically by reasoning over transcripts, waveforms, and frames, without a traditional timeline interface. The agent uses ffmpeg and Python's PIL to perform operations such as cutting based on speech boundaries, adding overlays, subtitles, transitions, and ensuring production-correct outputs (e.g., lossless segment concatenation, audio fades at cut edges, subtitle positioning). It follows a workflow: inventory, pre-scan, converse, propose, confirm, execute, self-evaluate, iterate, and persist. The prompt emphasizes audio-first editing, artistic freedom within technical constraints, and self-verification of output quality.
Key Features
Pros & Cons
- Detailed production rules ensure high-quality, professional output
- Audio-first approach reduces unnecessary visual processing and improves edit decisions
- Artistic freedom allows creative edits without predefined templates
- Self-verification step prevents shipping flawed output
- Open source and free to use (requires ffmpeg and Python)
- Flexible: can handle a wide range of video types and edits
- Requires technical knowledge of ffmpeg and command-line tools
- Not a graphical user interface; all edits are scripted via prompt
- May be overkill for simple trims or casual editing needs
- Dependence on LLM reasoning may introduce latency or variability in edits
- Setup requires Python environment and ffmpeg installation