FFmpeg Video Editor

Translate natural-language video editing requests into FFmpeg commands.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill ffmpeg-video-editor-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: FFmpeg Video Editor
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/ffmpeg-video-editor-1.0.0
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill ffmpeg-video-editor-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates natural-language video editing requests into FFmpeg commands, enabling users to generate exact commands without memorizing syntax and reducing repetitive effort.

Core Features & Use Cases

  • Identify the requested operation (cut/trim, convert, resize, extract audio, watermark, burn subtitles) and map it to a correct FFmpeg command pattern.
  • Generate parameterized commands with sensible defaults, including overwrite (-y) and suppression of banners (-hide_banner).
  • Real-world use cases: batch-processing edits, rapid prototyping, and automation of routine video workflows.

Quick Start

Describe your edit in plain language and I will return a ready-to-run FFmpeg command.

Frequently Asked Questions about FFmpeg Video Editor

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

FAQPage Schema
How do I generate FFmpeg commands for video editing without memorizing syntax?

To generate FFmpeg commands for video editing without memorizing syntax, describe your desired edits in natural language. The system translates plain-text requests into precise, ready-to-run FFmpeg command patterns instantly.

Can I convert video formats and extract audio using natural language requests?

Yes, you can convert video formats and extract audio using natural language requests. The tool identifies operations like format conversion and audio extraction, mapping them to correct FFmpeg commands with sensible defaults.

Does this approach support batch-processing video workflows and rapid prototyping?

Yes, this approach supports batch-processing video workflows and rapid prototyping. It generates parameterized commands with overwrite flags (-y) and banner suppression (-hide_banner), automating routine video workflows efficiently.

What is the best way to burn subtitles and add watermarks via FFmpeg?

The best way to burn subtitles and add watermarks via FFmpeg is to state your requirements in plain language. The system maps watermarking and subtitle burning requests to exact syntax with sensible output-naming safeguards.

Do I need prior FFmpeg knowledge to cut and trim video files?

No, you do not need prior FFmpeg knowledge to cut and trim video files. The system handles syntax, standard flags, and error-handling safeguards automatically, translating natural-language cutting requests directly.