media-processor

Convert, resize, and compress video and image files with FFmpeg and ImageMagick.

5.0k|479|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/anbeime/skill --skill media-processor-anbeime
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: media-processor
Source: https://github.com/anbeime/skill/tree/main/skills/media-processor/media-processor
Command: npx skills add https://github.com/anbeime/skill --skill media-processor-anbeime

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the handling of multimedia files by providing robust tools for format conversion, resizing, and compression of both videos and images.

Core Features & Use Cases

  • Format Conversion: Convert between various video (MP4, AVI, MOV, MKV) and image (JPG, PNG, GIF, WebP) formats.
  • Resolution Adjustment: Resize videos and images to specific dimensions or scale them while maintaining aspect ratio.
  • Compression: Reduce file sizes for videos and images without significant quality loss.
  • Batch Processing: Handle multiple files efficiently.
  • Use Case: Convert a batch of high-resolution PNG screenshots into optimized WebP format for web use, or compress a large MP4 video for easier sharing.

Quick Start

Use the media-processor skill to convert the video file 'input.mov' to 'output.mp4'.

Frequently Asked Questions about media-processor

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

FAQPage Schema
How do I convert MOV video files to MP4 format?

You can convert MOV video files to MP4 format using this multimedia processing capability, which leverages FFmpeg to handle format conversion between common video types like MP4, AVI, MOV, and MKV efficiently.

What's the best way to batch convert high-resolution PNG images to WebP?

Batch converting high-resolution PNG images to optimized WebP format is supported through ImageMagick integration, allowing you to process multiple image files like JPG, PNG, GIF, and WebP efficiently in one operation.

Do I need FFmpeg and ImageMagick installed to compress videos and resize images?

Yes, system installations of FFmpeg and ImageMagick are required prerequisites for this media processing tool to execute deterministic format conversion, compression, and resolution adjustment tasks.

Can I reduce MP4 video file sizes without significant quality loss for easier sharing?

Video compression reduces MP4 file sizes without significant quality loss, enabling easier sharing by adjusting video resolution and applying compression algorithms through the integrated FFmpeg processing engine.

How do I resize images to specific dimensions while maintaining aspect ratio?

Resolution adjustment allows you to resize images to specific dimensions or scale them while maintaining the original aspect ratio, utilizing ImageMagick to process various image formats deterministically.