🎞️
AutomationTypeScript

FFmpeg

by Hainrixz

FFmpeg is an Automation skill for Claude Code, published by Hainrixz in editor-pro-max.

237 stars116 forkson Hainrixz/editor-pro-maxAdded 2026/09/03Repository updated 2026/03/26
aiclaude-codemotion-graphicsreactremotiontypescriptvideo-editor
Install in seconds
Install FFmpeg
Copy FFmpeg into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Hainrixz/editor-pro-max/tree/main/.agents/skills/ffmpeg ~/.claude/skills/ffmpeg

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Hainrixz/editor-pro-max.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agents/skills/ffmpeg/SKILL.md in Hainrixz/editor-pro-max
Installs to
~/.claude/skills/ffmpeg
Collection
One of 8 skills cataloged from this repository
Category
Automation1754 skills

What FFmpeg does

FFmpeg processes video and audio for format conversion, resizing, compression, extraction, trimming, and other media transforms. Use it when preparing assets for Remotion or handling common media conversion tasks.

FFmpeg is cataloged under Automation on DirSkills. FFmpeg comes from a repository tagged ai, claude-code, motion-graphics, react and remotion.

Documentation

README

FFmpeg for Video Production

FFmpeg is the essential tool for video/audio processing. This skill covers common operations for Remotion video projects.

Quick Reference

GIF to MP4 (Remotion-compatible)

ffmpeg -i input.gif -movflags faststart -pix_fmt yuv420p \
  -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" output.mp4

Why these flags:

  • -movflags faststart - Moves metadata to start for web streaming
  • -pix_fmt yuv420p - Ensures compatibility with most players
  • scale=trunc(...) - Forces even dimensions (required by most codecs)

Resize Video

This is the opening of the README. Read the full README on GitHub.

Frequently asked about FFmpeg

  • What else does Hainrixz publish alongside FFmpeg?

    FFmpeg is one of 8 skills that DirSkills catalogs from Hainrixz/editor-pro-max, the repository it ships in. Its siblings there include Animated Component Libraries, Awwwards Animations and Explainer Video Guide. Each one is a separate skill with its own page in this directory, installs the same way FFmpeg does, and is maintained by Hainrixz in that same repository. The rest of the collection is listed on the Hainrixz/editor-pro-max page.

  • How does FFmpeg compare to other Automation skills?

    FFmpeg ranks #1549 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of FFmpeg against them. Open each page to compare what they document and how they install.

More from Hainrixz/editor-pro-max

FFmpeg is one of 8 skills cataloged on DirSkills from Hainrixz/editor-pro-max.

See all 8 skills
🎞️
7h ago

Animated Component Libraries

Animated Component Libraries provides guidance on using Magic UI and React Bits for pre-built animated React components. Use it when building landing pages, marketing sites, dashboards, or interactive UIs that need ready-made motion effects.
Frontend
237116
🎞️
7h ago

Awwwards Animations

Awwwards Animations creates premium React web animations with GSAP, Motion, Anime.js, and Lenis. Use it for scroll-driven scenes, page transitions, micro-interactions, and other high-performance motion effects.
Frontend
237116
🎬
7h ago

Explainer Video Guide

Explainer Video Guide helps plan, script, voice, and assemble explainer videos from first draft to final cut. Use it for product demos, onboarding videos, walkthroughs, and social explainers.
Writing
237116
🎬
7h ago

Motion Designer

Motion Designer creates detailed scene-by-scene video specifications for Remotion, including timing, audio, transitions, and animation notes. Use it when planning motion graphics or when asked to create or spec out a video.
AI Engineering
237116
🌐
7h ago

Playwright MCP Browser Automation

Playwright MCP Browser Automation controls a live browser to navigate pages, inspect the UI, fill forms, and debug web apps. Use it when you need direct interaction with pages through Playwright MCP tools.
Automation
237116
🎬
7h ago

Remotion Best Practices

Remotion Best Practices covers domain-specific guidance for building videos in React with Remotion. Use it when working on compositions, timing, audio, captions, transitions, or rendering workflows.
AI Engineering
237116