Infrastructure skill — media conversion and processing via FFmpeg: convert video/audio formats, extract frames, resize, and transcode. Use when manipulating raw media files (mp4, mov, wav, image sequences) regardless of DCC context. Not for DCC-specific render output handling — use a domain pipeline skill for post-render processing tied to a specific DCC.
$npx -y skills add dcc-mcp/dcc-mcp-core --skill ffmpeg-mediaInstalls into the current project.
Run `npx skills use "https://github.com/dcc-mcp/dcc-mcp-core" --skill "dcc-mcp/dcc-mcp-core/ffmpeg-media"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/dcc-mcp/dcc-mcp-core" that are relevant to the current task. Run `npx skills add "https://github.com/dcc-mcp/dcc-mcp-core"` and select the relevant skills, then follow their instructions.