ffmpeg

Installation
SKILL.md

FFmpeg

Use this skill to produce reliable, explainable FFmpeg/FFprobe commands for media automation.

Workflow

  1. Identify the user's source media, desired output container/codec, target dimensions/duration, and whether quality, speed, or file size matters most.
  2. Prefer the simplest command that meets the goal.
  3. Use -c copy only when no filtering, re-encoding, precise trimming, subtitle burn-in, compression, or codec change is needed.
  4. Use explicit stream mapping when multiple inputs or outputs are involved.
  5. For commands with filters, quote the filter graph and name streams in filter_complex when it improves readability.
  6. Include -y only when the user wants non-interactive overwrite behavior.
  7. Validate command intent with ffprobe or a low-duration sample when practical.

Defaults

Installs
10
GitHub Stars
1.7K
First Seen
May 18, 2026
ffmpeg — rendi-api/ffmpeg-cheatsheet