FFmpeg Video Editor

Generate FFmpeg commands from natural language requests for video editing tasks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies video editing by allowing users to generate FFmpeg commands using natural language, eliminating the need to memorize complex syntax.

Core Features & Use Cases

  • Command Generation: Translates requests for cutting, trimming, format conversion, aspect ratio changes, compression, audio extraction, speed adjustment, and more into executable FFmpeg commands.
  • Parameter Extraction: Automatically identifies input files, output files, timestamps, and desired formats from user prompts.
  • Use Case: Quickly convert a video to a different format, resize it for social media, or extract audio without needing to consult FFmpeg documentation.

Quick Start

Use the FFmpeg Video Editor skill to convert 'my_video.mov' to 'my_video.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 generate an FFmpeg command to convert a MOV file to MP4?

To convert a MOV file to MP4, use a natural language prompt describing the desired video conversion. The skill automatically extracts input and output file names to generate the correct executable FFmpeg command for your format conversion task.

Can I use natural language to cut and trim video segments with FFmpeg?

Yes, you can cut and trim video segments by requesting it in natural language. The skill identifies the necessary timestamps and input files from your prompt to generate the precise FFmpeg command for trimming the video.

What video editing tasks can I do without memorizing FFmpeg syntax?

Without memorizing FFmpeg syntax, you can perform video editing tasks like compression, audio extraction, speed modification, GIF creation, rotation, flipping, screenshot capture, watermarking, subtitle burning, and video concatenation through natural language requests.

Does this tool support aspect ratio adjustment and resolution changes for videos?

Yes, this tool supports aspect ratio adjustment and resolution changes. By describing the desired dimensions in a natural language prompt, it generates the specific FFmpeg commands needed to resize videos for social media or other platforms.

What is the best way to extract audio from a video using FFmpeg?

The best way to extract audio is to simply state your request in natural language. The skill translates your prompt into the correct FFmpeg command, automatically handling the input file and output audio format parameters for extraction.