🎬
AutomationPython

FFmpeg

by digitalsamba

FFmpeg is an Automation skill for Claude Code, published by digitalsamba in claude-code-video-toolkit.

2K stars327 forkson digitalsamba/claude-code-video-toolkitAdded 2026/08/18+1% in starsRepository updated 2026/08/13
ai-video-generatorclaude-codedeveloper-toolselevenlabsopen-sourceopenclawplaywrightprogrammatic-videoqwen-ttsremotiontext-to-speechvideo-editingvideo-production
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/digitalsamba/claude-code-video-toolkit/tree/main/.claude/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/digitalsamba/claude-code-video-toolkit.git

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

In this catalog

Source file
.claude/skills/ffmpeg/SKILL.md in digitalsamba/claude-code-video-toolkit
Installs to
~/.claude/skills/ffmpeg
Collection
One of 13 skills cataloged from this repository
Category
Automation1523 skills

What FFmpeg does

FFmpeg processes video and audio files for format conversion, resizing, compression, audio extraction, trimming, speed adjustment, and preparing assets for Remotion projects. Use it when an agent needs any media transformation task, such as converting GIF to MP4, extracting audio, or compressing videos.

FFmpeg is cataloged under Automation on DirSkills. FFmpeg comes from a repository tagged ai-video-generator, claude-code, developer-tools, elevenlabs and open-source.

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 digitalsamba publish alongside FFmpeg?

    FFmpeg is one of 13 skills that DirSkills catalogs from digitalsamba/claude-code-video-toolkit, the repository it ships in. Its siblings there include ACE-Step Music Generation, ElevenLabs Audio and Frontend Design. Each one is a separate skill with its own page in this directory, installs the same way FFmpeg does, and is maintained by digitalsamba in that same repository. The rest of the collection is listed on the digitalsamba/claude-code-video-toolkit page.

  • How does FFmpeg compare to other Automation skills?

    FFmpeg ranks #516 by stars among the 1523 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 digitalsamba/claude-code-video-toolkit

FFmpeg is one of 13 skills cataloged on DirSkills from digitalsamba/claude-code-video-toolkit.

See all 13 skills
🎵
2w ago

ACE-Step Music Generation

ACE-Step Music Generation creates background music, vocal tracks, covers, and stems using the ACE-Step 1.5 model. Use it to produce soundtracks, jingles, or audio edits for video projects.
AI Engineering
2K327
🎙️
2w ago

ElevenLabs Audio

ElevenLabs Audio generates voiceovers, sound effects, and music using the ElevenLabs APIs. Use when creating audio content for videos, podcasts, or games.
AI Engineering
2K327
🎨
2w ago

Frontend Design

Frontend Design creates distinctive, production-grade frontend interfaces with high design quality, avoiding generic AI aesthetics. Use it when building web components, pages, or applications that need a bold, cohesive visual direction.
Frontend
2K327
🖼️
2w ago

Ideogram 4

Ideogram 4 generates images via Ideogram's hosted v4 API using structured JSON captions for legible in-image text, exact brand colors, and controlled layout. Use it when producing title cards, thumbnails, quote cards, or CTAs that need baked-in text.
AI Engineering
2K327
🎬
2w ago

LTX2

LTX2 generates ~5 second video clips from text prompts or images using the LTX-2.3 22B DiT model. Use it when you need b-roll, animated slide backgrounds, animated portraits, or other motion content for video production.
AI Engineering
2K327
🎬
2w ago

MoviePy

MoviePy overlays deterministic text on AI-generated video and composes short Python video projects. Use for captions, labels, lower thirds on LTX-2 or SadTalker output, building sub-30s ad-style spots, or programmatic video composition without Remotion.
Automation
2K327