AI-native video editingv0.45.0

Ship videos,
not clicks.

CLI-first video editing for AI agents. Use directly, with Claude Code, via MCP in Claude Desktop & Cursor, or through Agent mode — no GUI required.

$curl -fsSL https://vibeframe.ai/install.sh | bash
CLI-First

Every edit is a command

107+ commands for video editing, generation, and post-production. No GUI required — just your terminal.

terminal
# Generate an image, then animate it
vibe gen img "sunset over mountains" -o sunset.png
✓ Generated with Gemini (Nano Banana)

# Image-to-video (recommended workflow)
vibe gen vid "camera zooms in slowly" -i sunset.png -o scene.mp4
✓ Generated 5s video with Grok (native audio)

# Add captions and remove silence
vibe ed cap video.mp4 -o captioned.mp4
✓ Transcribed 3:24, burned 156 caption segments

# Export final video
vibe export project.vibe.json -o final.mp4
✓ Exported: final.mp4 (3:24, 1080p)
Claude Code

Natural language, real commands

Describe what you want — Claude Code runs the right vibe command for you.

Remove silence from interview.mp4
vibe edit silence-cut interview.mp4 -o clean.mp4
Add Korean subtitles to video.mp4
vibe edit caption video.mp4 -o captioned.mp4 && vibe edit translate-srt captions.srt -t ko
Create a TikTok from this script
vibe pipeline script-to-video "A day in the life..." -a 9:16 -o ./tiktok/

No extra setup — install the CLI, and Claude Code discovers all vibe commands automatically.

MCP Ready beta

53 tools in Claude Desktop and Cursor — add one JSON config and go

In Claude Desktop:

"Create a new video project called 'Demo', add the intro.mp4 file, trim it to 10 seconds, and add a fade out effect"

project_createtimeline_add_sourceexport_videoedit_silence_cutai_analyzeai_script_to_video+47 more tools
Agent Mode

Built-in AI Agent

No Claude Code or Codex? Run vibe agent for a standalone natural language session. Great for quick onboarding and environments without AI coding tools.

vibe
VibeFrame
58 tools · openai · aliases: gen, ed, az, au, pipe
Commands: exit · reset · tools · context

Natural Language

'Trim the clip to 5 seconds and add a fade' — no flags needed

6 LLM Providers

OpenAI, Claude, Gemini, xAI Grok, OpenRouter, Ollama — swap with -p flag

58 Tools

Project, timeline, AI generation, media, export, batch, filesystem

Standalone

No Claude Code or Codex needed — built-in fallback for any environment

Video as Code

Declarative YAML pipelines

Define reproducible video workflows. Version control your production. Resume from failures. Share pipeline templates.

promo.yaml
name: promo-video
steps:
  - id: backdrop
    action: generate-image
    prompt: "modern tech studio"
  - id: video
    action: generate-video
    image: $backdrop.output  # reference
  - id: final
    action: edit-grade
    input: $video.output
    preset: cinematic-warm
vibe run promo.yaml --dry-runvibe run promo.yaml --resume

AI Pipelines

End-to-end automation. One command does it all.

Video as Code

vibe run pipeline.yaml

Declarative YAML → reproducible video workflows

Script to Video

vibe pipeline script-to-video

Text → Storyboard → TTS → Images → Video

Auto Highlights

vibe pipeline highlights

Long video → AI analysis → Best moments

Animated Captions

vibe pipeline animated-caption

Word-by-word TikTok/Reels-style captions

Auto Shorts

vibe pipeline auto-shorts

Long video → Vertical shorts with captions

Auto Dub

vibe audio dub

Transcribe → Translate → TTS in any language

Built for AI agents

Not another Premiere clone. VibeFrame is designed from the ground up for automation and AI-powered workflows.

CLI-First

Full video editing from the command line. 107+ commands with short aliases. Zero GUI required.

Claude Code

Natural language → CLI execution. Describe what you want, Claude runs the commands.

MCP Native (beta)

53 tools in Claude Desktop and Cursor. Let AI control your edits.

11 AI Providers

OpenAI, Claude, Gemini, ElevenLabs, Runway, Kling, Veo, Replicate, xAI Grok, OpenRouter, Ollama.

Ready to ship?

Open source. MIT licensed. Built for builders.