Skip to content

v0.1.0

Choose a tag to compare

@DaKev DaKev released this 15 Feb 19:38
· 26 commits to main since this release
a165b32

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 $N reference resolution
  • Comprehensive media probing: metadata, keyframes, scene detection, silence detection, audio levels
  • Unified summarize command for full content intelligence maps
  • AI-native CLI with pure JSON output on all commands
  • capabilities command 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 cutagent

Requirements

  • Python 3.10+
  • FFmpeg and FFprobe on $PATH