ffmpeg

ffmpeg

digitalsamba 1.8k ↓ 5.4k MIT updated 1mo ago
Claude Code
View source ↗

What it does

  • -movflags faststart - Moves metadata to start for web streaming
  • -pixfmt yuv420p - Ensures compatibility with most players
  • scale=trunc(...) - Forces even dimensions (required by most codecs)
  • To fit X seconds of video into Y seconds of scene: speed = X / Y
  • setpts multiplier = 1 / speed (e.g., 3x speed = setpts=0.333PTS)
  • atempo value = speed (e.g., 3x speed = atempo=3.0)
  • Missing a command? Describe what you needed

Requirements & configuration

  • | Need perfect audio sync | ✅ Guaranteed | Usually fine |
  • | Demo needs to fit voiceover timing | ✅ Pre-calculate | Runtime adjustment |

Configuration: INPUT

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

ffmpeg FAQ

What does the ffmpeg skill do?

Video and audio processing with FFmpeg. Use for format conversion, resizing, compression, audio extraction, and preparing assets for Remotion. Triggers include converting GIF to MP4, resizing video, extracting audio, compressing files, or any media transformation task. -movflags faststart - Moves metadata to start for web streaming -pixfmt yuv420p - Ensures compatibility with most players

What does ffmpeg require?

| Need perfect audio sync | ✅ Guaranteed | Usually fine | | Demo needs to fit voiceover timing | ✅ Pre-calculate | Runtime adjustment | Configuration keys: INPUT.

How do I install ffmpeg?

Run: npx -y skills add https://github.com/digitalsamba/claude-code-video-toolkit --skill ffmpeg --agent claude-code — the source lives at github.com/digitalsamba/claude-code-video-toolkit.

Maintain ffmpeg?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

ffmpeg on getagentictools
[![ffmpeg on getagentictools](https://getagentictools.com/badge/skills/digitalsamba-claude-code-video-toolkit-ffmpeg.svg)](https://getagentictools.com/skills/digitalsamba-claude-code-video-toolkit-ffmpeg?ref=badge)
npx agentictools info skills/digitalsamba-claude-code-video-toolkit-ffmpeg

The second line is the CLI lookup for this page — handy in READMEs and docs.