ffmpeg-docs

Search ffmpeg.org topic pages for canonical option and filter descriptions.

15|4|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/damionrashford/media-os --skill ffmpeg-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ffmpeg-docs
Source: https://github.com/damionrashford/media-os/tree/main/.claude/skills/ffmpeg-docs
Command: npx skills add https://github.com/damionrashford/media-os --skill ffmpeg-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Users need exact, canonical FFmpeg documentation for filters, codecs, formats, and protocols to avoid guessing and misconfigurations.

Core Features & Use Cases

  • Search across ffmpeg.org topic pages (ffmpeg-filters, ffmpeg-codecs, ffmpeg-formats, ffmpeg-protocols, ffmpeg-devices) for precise option descriptions.
  • Fetch full pages or specific sections and prime local caches for offline use with an index.
  • Cite canonical URLs and anchors to ensure accurate references in responses.

Quick Start

Ask Claude to search FFmpeg documentation for a term and return the most relevant section.

Frequently Asked Questions about ffmpeg-docs

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

FAQPage Schema
How do I look up exact FFmpeg filter options and codec descriptions from the official documentation?

You can look up exact FFmpeg filter options and codec descriptions by searching canonical ffmpeg.org topic pages. This approach fetches specific sections or full pages covering filters, codecs, formats, and protocols to ensure accurate command syntax.

Can I cache FFmpeg documentation locally for offline reference?

Yes, you can cache FFmpeg documentation locally for offline reference. The system stores cached text under the ~/.cache/ffmpeg-docs directory, allowing you to prime a local index and retrieve documentation without an active internet connection.

What FFmpeg documentation topics are covered when searching for command syntax?

The search covers multiple FFmpeg documentation topics: ffmpeg-filters, ffmpeg-codecs, ffmpeg-formats, ffmpeg-protocols, and ffmpeg-devices. It targets these specific pages to find precise option descriptions and filter details.

Do I need Python installed to run offline FFmpeg documentation lookups?

Yes, you need Python 3.9 or higher installed to run offline FFmpeg documentation lookups. The system uses a fixed catalog and Python scripts to search, fetch, and cache the documentation text from ffmpeg.org.

How do I get canonical URLs and anchors when referencing FFmpeg documentation?

You get canonical URLs and anchors by fetching documentation directly from ffmpeg.org topic pages. The system cites these canonical URLs and anchors in its responses to ensure accurate references for FFmpeg options and filter descriptions.

What is the best way to avoid FFmpeg misconfigurations caused by incorrect command syntax?

The best way to avoid FFmpeg misconfigurations is to search authoritative ffmpeg.org documentation for exact option descriptions. This provides canonical references for filters, codecs, formats, and protocols instead of relying on memory or unverified sources.