v0.1.0
CutAgent v0.1.0 — Initial Release
Agent-first video cutting library — declarative JSON edits powered by FFmpeg.
Highlights
- Core video operations: trim, split, concat, reorder, extract, fade, speed
- Edit Decision List (EDL) engine with
$Nreference resolution - Comprehensive media probing: metadata, keyframes, scene detection, silence detection, audio levels
- Unified
summarizecommand for full content intelligence maps - AI-native CLI with pure JSON output on all commands
capabilitiescommand for machine-readable operation schemas- Dry-run EDL validation with detailed error reporting
- Structured error handling with error codes and recovery suggestions
- Keyframe alignment warnings for copy-codec cuts
- Crossfade transition support for concat operations
Install
pip install cutagentRequirements
- Python 3.10+
- FFmpeg and FFprobe on
$PATH