media-processing

Convert and optimize media assets across formats using FFmpeg and ImageMagick.

13|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/kettleofketchup/DraftForge --skill media-processing-kettleofketchup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-processing
Source: https://github.com/kettleofketchup/DraftForge/tree/main/.claude/skills/media-processing
Command: npx skills add https://github.com/kettleofketchup/DraftForge --skill media-processing-kettleofketchup

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 conversion, encoding, and manipulation of video, audio, and image assets by coordinating FFmpeg and ImageMagick in a single workflow.

Core Features & Use Cases

  • Batch media conversion across formats (e.g., MP4, MP3, WEBP, JPEG) using consistent presets.
  • Video/audio/image processing (resizing, transcoding, compression, and thumbnail generation) with reliable quality control.
  • Use cases include preparing assets for web delivery, archival storage, or mobile streaming, with examples like converting a batch of raw footage to web-optimized MP4 and generating thumbnails.

Quick Start

Run the media conversion script on a folder of assets to produce web-optimized videos, audio, and images using the web preset. Then you can adjust max width/height or target format for batch workflows.

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 media files across formats like MP4 and WEBP?

Batch media conversion across MP4, MP3, WEBP, and JPEG formats is automated by coordinating FFmpeg and ImageMagick with consistent quality presets. You can run the conversion script on a folder of assets to produce web-optimized videos, audio, and images efficiently.

Do I need FFmpeg and ImageMagick installed to use this media processing workflow?

Yes, FFmpeg and ImageMagick are required external dependencies for this media processing workflow. The skill exposes command-building logic for predictable, repeatable media pipelines by coordinating these two tools in a single workflow.

What's the best way to optimize video and image assets for web delivery?

Optimizing video and image assets for web delivery is handled by applying targeted web presets that control resizing, transcoding, and compression. The workflow converts raw footage and images into web-optimized formats using reliable quality control settings.

Can I generate thumbnails while transcoding a batch of raw video footage?

Yes, thumbnail generation is supported alongside video transcoding and compression tasks. The workflow processes a batch of raw footage to generate web-optimized MP4 files and thumbnails simultaneously using FFmpeg and ImageMagick command-building logic.

Does this media conversion approach support archival storage and mobile streaming workflows?

Media conversion supports archival storage and mobile streaming workflows through specific quality presets and format targeting. You can adjust max width, max height, and target formats to produce optimized outputs for web, archival, or mobile delivery contexts.