media-processing

Process multimedia files with FFmpeg and ImageMagick for encoding and manipulation.

24|3|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill media-processing-vodailocz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-processing
Source: https://github.com/VoDaiLocz/kilo-kit-mcp/tree/main/skills/ai-media/media-processing
Command: npx skills add https://github.com/VoDaiLocz/kilo-kit-mcp --skill media-processing-vodailocz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines multimedia file processing, including video encoding, conversion, streaming, filtering, and image manipulation, saving time and improving efficiency.

Core Features & Use Cases

  • Video Encoding: Convert and transcode videos with FFmpeg, including popular codecs like H.264, H.265, and VP9.
  • Image Manipulation: Resize, crop, apply filters, and create composite images with ImageMagick.
  • Streaming: Generate streaming manifests for HLS and DASH, enabling seamless video streaming.
  • Use Case: Quickly convert a video to a streaming-friendly format for online distribution, or resize multiple images for web optimization.

Quick Start

Use the media-processing skill to convert a video file 'example.mp4' to H.264 format using the FFmpeg command media-processing -t video-conversion -i example.mp4 -o output.mp4.

Frequently Asked Questions about media-processing

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

FAQPage Schema
How do I convert a video to H.264 format using FFmpeg?

To convert videos to H.264, use FFmpeg to transcode input files with the specified codec. This skill processes video encoding by executing FFmpeg commands to transform formats like MP4 into H.264 outputs efficiently.

Can I generate HLS and DASH streaming manifests for video distribution?

Yes, you can generate HLS and DASH streaming manifests for online video distribution. This skill uses FFmpeg to create adaptive streaming manifests, enabling seamless video playback across compatible platforms.

What is the best way to resize and crop multiple images for web optimization?

The best way to resize and crop multiple images is using ImageMagick for batch manipulation. This skill applies ImageMagick to resize, crop, and apply filters, generating optimized images for web workflows.

Do I need FFmpeg and ImageMagick installed to process multimedia files?

Yes, you need FFmpeg and ImageMagick installed to process multimedia files. This skill requires both dependencies to execute video encoding tasks and image manipulation operations effectively.

Does this approach support VP9 and H.265 video codecs for transcoding?

Yes, this approach supports VP9 and H.265 video codecs for transcoding. The skill processes video encoding using FFmpeg to convert multimedia files into popular codecs like H.264, H.265, and VP9.