ffmpeg-video-editor

Automate FFmpeg video editing tasks with cuts, transitions, and filters.

1|Updated Aug 26, 2025
One-click install
npx skills add https://github.com/PlaneInABottle/configs --skill ffmpeg-video-editor-planeinabottle
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ffmpeg-video-editor
Source: https://github.com/PlaneInABottle/configs/tree/main/agents/.agents/skills/ffmpeg-video-editor
Command: npx skills add https://github.com/PlaneInABottle/configs --skill ffmpeg-video-editor-planeinabottle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual, repetitive video editing tasks on the command line are time-consuming and error-prone; this Skill automates FFmpeg-based workflows to deliver repeatable results quickly.

Core Features & Use Cases

  • Cuts, transitions, and effects applied via FFmpeg in batch processes.
  • Audio handling, color correction, and text overlays for consistent branding across videos.
  • Batch processing and automation for multi-clip projects, including output formats.

Quick Start

Process a folder of clips by trimming each to the first 30 seconds, applying a 2-second crossfade between clips, and exporting as output.mp4.

Frequently Asked Questions about ffmpeg-video-editor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate FFmpeg video editing for batch processing multiple clips?▼

Automate FFmpeg video editing by defining CLI workflows that process multiple clips in batch, applying cuts, crossfades, and audio adjustments to deliver repeatable results across multi-clip projects.

Can I apply crossfade transitions between video clips using FFmpeg command line?▼

Apply crossfade transitions between video clips using FFmpeg command line by configuring filter graphs, which handle multi-clip sequencing and deterministic input handling for predictable output formats.

What is the best way to perform color correction and add text overlays with FFmpeg?▼

Perform color correction and add text overlays with FFmpeg by automating filter graph commands, ensuring consistent branding and safe, predictable results across batch-processed video files.

Does FFmpeg batch processing support deterministic input handling for multi-clip projects?▼

FFmpeg batch processing supports deterministic input handling for multi-clip projects by utilizing specific codec selection and filter graph instructions, satisfying requirements for safe and predictable video editing results.

How do I trim a folder of video clips to the first 30 seconds using FFmpeg?▼

Trim a folder of video clips to the first 30 seconds using FFmpeg by automating manual command-line tasks, applying batch processing to each file to export predictable trimmed outputs.

Why are manual FFmpeg command line video editing tasks error-prone?▼

Manual FFmpeg command line video editing tasks are error-prone due to repetitive syntax and complex filter graph configurations, which this automation Skill resolves by delivering repeatable CLI workflows.