ffmpeg-toolkit

Provide FFmpeg commands for converting, trimming, and extracting audio.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/stevef210/Rust-Media-Pipeline --skill ffmpeg-toolkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg-toolkit
Source: https://github.com/stevef210/Rust-Media-Pipeline/tree/main/.claude/skills/ffmpeg-toolkit/ffmpeg-toolkit
Command: npx skills add https://github.com/stevef210/Rust-Media-Pipeline --skill ffmpeg-toolkit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to perform a wide range of video and audio manipulations using the powerful FFmpeg command-line tool, simplifying complex multimedia processing tasks.

Core Features & Use Cases

  • Format Conversion: Easily convert between various video and audio formats.
  • Editing Operations: Trim, cut, merge, resize, and rotate video files.
  • Audio Management: Extract audio, add or replace audio tracks, and adjust volume.
  • GIF Creation: Generate animated GIFs from video clips.
  • Use Case: You need to convert a large MOV video file into a web-optimized MP4, trim the first 30 seconds, and extract the audio as an MP3. This Skill provides the exact FFmpeg commands to achieve this efficiently.

Quick Start

Use the ffmpeg-toolkit skill to convert the video 'input.mov' to 'output.mp4' and extract its audio to 'audio.mp3'.

Frequently Asked Questions about ffmpeg-toolkit

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

FAQPage Schema
How do I convert a MOV video to MP4 and extract the audio as MP3?

FFmpeg handles MOV to MP4 video conversion and MP3 audio extraction by mapping streams and applying specific codecs. This toolkit provides the exact command syntax to execute both tasks efficiently without re-encoding unnecessary streams.

What is the best way to trim and resize a video using FFmpeg?

The best way to trim and resize video using FFmpeg is by combining seek parameters with scaling filters. The toolkit provides command examples to cut specific segments and adjust resolution dimensions efficiently.

Can I create an animated GIF from a video clip with FFmpeg?

Yes, FFmpeg can create animated GIFs from video clips. The toolkit provides the specific command syntax to transform video files into optimized GIF animations, managing frame rates and color palettes for smooth playback.

Does FFmpeg support merging multiple video files together?

FFmpeg supports merging multiple video files using the concat demuxer or filter. The toolkit details the command structure needed to join separate video clips into a single continuous file while maintaining audio and video synchronization.

How do I add or replace an audio track in an existing video file?

To add or replace an audio track in an existing video file, use FFmpeg to map the new audio stream over the existing video. The toolkit provides commands to inject replacement audio, adjust volume levels, and output the merged multimedia file.