ffmpeg

Manage FFmpeg commands for video conversion, resizing, and audio extraction.

Updated May 23, 2026
One-click install
npx skills add https://github.com/xingBaGan/FANovelist --skill ffmpeg-xingbagan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg
Source: https://github.com/xingBaGan/FANovelist/tree/main/src/openharness/openmontage/.claude/skills/ffmpeg
Command: npx skills add https://github.com/xingBaGan/FANovelist --skill ffmpeg-xingbagan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines video production tasks, making it easy to perform common operations like format conversion, resizing, compression, and audio extraction.

Core Features & Use Cases

  • Video Processing: Perform format conversion, resizing, compression, and audio extraction using FFmpeg commands.
  • Media Transformation: Accomplish tasks like converting GIF to MP4, resizing videos, extracting audio, compressing files, or trimming/cutting video.
  • Remotion Integration: Offers specific patterns for working with Remotion, like adjusting video speed, preparing demo recordings, and batch converting GIFs for use in Remotion projects.

Quick Start

Execute the following command to convert a video to a lower resolution for streaming optimization:

ffmpeg -i input.mp4 -vf "scale=640:-1" -c:v libx264 -preset veryfast -c:a aac -b:v 500k -b:a 128k output.mp4

Frequently Asked Questions about ffmpeg

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

FAQPage Schema
How do I convert a video to a lower resolution for streaming optimization?

To convert video to a lower resolution for streaming optimization, use an FFmpeg command to scale the video, apply the libx264 codec, and set target bitrates for both video and audio.

Can I extract audio from a video file using FFmpeg?

Yes, you can extract audio from a video file using FFmpeg. This Skill manages FFmpeg commands to manipulate media files, allowing you to easily isolate and extract audio tracks from your video sources.

Does FFmpeg work with Remotion workflows for video processing?

FFmpeg works with Remotion workflows by providing specific patterns for adjusting video speed, preparing demo recordings, and batch converting GIFs for use in Remotion projects.

What is the best way to convert a GIF to an MP4 file?

The best way to convert a GIF to an MP4 file is using FFmpeg media transformation commands. This Skill streamlines format conversion, allowing you to efficiently transform GIF animations into MP4 video.

How do I compress a video file without losing much quality?

You can compress a video file without losing much quality by executing FFmpeg commands through this Skill. It manages video processing operations like compression to reduce file sizes for streaming optimization.

Can I resize and trim video files in a single batch process?

Yes, you can resize and trim video files. This Skill streamlines video production tasks by managing FFmpeg commands to manipulate media files for resizing, cutting, and batch converting operations.

Related Skills