media-processing

Automate media conversion, encoding, and thumbnail generation with FFmpeg and ImageMagick.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lv7dev/shop_v2 --skill media-processing-lv7dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-processing
Source: https://github.com/lv7dev/shop_v2/tree/main/.claude/skills/media-processing
Command: npx skills add https://github.com/lv7dev/shop_v2 --skill media-processing-lv7dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ffmpeg, imagemagick, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the complex, repetitive work of processing media files across video, audio, and images by leveraging FFmpeg and ImageMagick for conversion, encoding, streaming preparation, and batch manipulation.

Core Features & Use Cases

  • Convert media formats (video, audio, images) for web, broadcast, and archival delivery.
  • Encode with common codecs (H.264/H.265/VP9 for video, AAC/Opus for audio) and apply filters, resizes, and batch processing.
  • Generate thumbnails, build streaming manifests (HLS/DASH), and assemble media processing pipelines for automated workflows.

Quick Start

Use the media-processing skill to convert input.mp4 to output.mp4 with H.264 video and AAC audio, and generate a 200x200 thumbnail from the same source.

Frequently Asked Questions about media-processing

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

FAQPage Schema
How do I batch convert video formats and generate thumbnails using FFmpeg?

Batch convert video formats and generate thumbnails by automating FFmpeg and ImageMagick pipelines. This applies encoding with codecs like H.264 or AAC and extracts 200x200 thumbnails from local projects or production workflows.

What is the best way to prepare streaming manifests for HLS or DASH delivery?

Prepare streaming manifests for HLS or DASH delivery by automating media processing pipelines. This handles streaming preparation alongside format conversion and encoding for web or broadcast delivery.

Can I use this media-processing skill for encoding audio with Opus or AAC codecs?

Yes, you can encode audio with Opus or AAC codecs using this media-processing skill. It supports common video codecs like VP9 and H.265 while applying filters and resizes across batch processing workflows.

Do I need FFmpeg and ImageMagick installed to run batch media processing pipelines?

Yes, you need FFmpeg and ImageMagick installed to run batch media processing pipelines. This relies entirely on these toolchains to automate format conversions, thumbnail generation, and streaming preparation.

Does this approach work for applying filters and resizes to images for archival delivery?

Yes, this approach works for applying filters and resizes to images for archival delivery. It leverages ImageMagick and FFmpeg to automate media processing across video, audio, and image assets in batch pipelines.