ffmpeg

Automate FFmpeg video and audio transformations including format conversion, resizing, and audio extraction.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/myusp/image-video-gen-agent --skill ffmpeg-myusp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg
Source: https://github.com/myusp/image-video-gen-agent/tree/main/.agents/skills/ffmpeg
Command: npx skills add https://github.com/myusp/image-video-gen-agent --skill ffmpeg-myusp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

FFmpeg is the essential tool for automating media processing workflows, saving time when converting formats, resizing, extracting audio, and preparing assets for Remotion.

Core Features & Use Cases

  • Batch video encoding and format conversion to Remotion-ready outputs
  • Resolution adjustments, cropping, and audio extraction for post-production
  • Automated pipelines and scripted workflows to speed up production

Quick Start

Process a source video by converting it to an MP4 with H.264 encoding and web-ready flags using FFmpeg.

Frequently Asked Questions about ffmpeg

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

FAQPage Schema
How do I batch convert videos to Remotion-ready MP4 outputs?

Batch video conversion to Remotion-ready MP4 outputs is automated through scripted FFmpeg pipelines. The bundled script handles end-to-end compilation, applying H.264 encoding and web-ready flags across multiple files for production readiness.

Can I extract audio and resize video assets for post-production with FFmpeg?

Audio extraction and video resizing for post-production are supported core features. You can automate resolution adjustments, cropping, and audio track extraction directly via well-documented FFmpeg command examples provided in the Skill.

What is the best way to automate video encoding optimization across platforms?

Automating video encoding optimization across platforms is best handled by extending the bundled FFmpeg presets. The scripted workflows speed up production by applying consistent encoding parameters for batch exports across multiple target platforms.

Does this FFmpeg Skill work without external dependencies or complex environments?

This FFmpeg Skill works without external dependencies, requiring only a base FFmpeg installation. It provides a standalone bundled script for end-to-end compilation, ensuring a low entry barrier for automating media processing workflows.

When should I not use scripted FFmpeg workflows for video processing?

Scripted FFmpeg workflows are not ideal for tasks requiring real-time interactive editing or visual timeline manipulation. This approach is designed for automated batch processing, format conversion, and scripted media transformation rather than manual editing.