ck:media-processing

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates media processing tasks across video, audio, and image assets with FFmpeg, ImageMagick, and RMBG.

Core Features & Use Cases

  • Video/Audio Encoding and Conversion: Transcode, optimize, and compress media for web or distribution.
  • Batch Processing & Thumbnails: Apply batch operations, resize images, and generate thumbnails.
  • Background Removal & Image Editing: Remove backgrounds and perform image edits using RMBG and ImageMagick.

Quick Start

Run a sample batch to convert a folder of media files and generate thumbnails.

Frequently Asked Questions about ck:media-processing

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

FAQPage Schema
How do I automate batch processing for video encoding and image resizing?

Batch processing media files is automated through scripted workflows that apply FFmpeg and ImageMagick operations across folders, ensuring repeatable media conversion, filtering, and thumbnail generation results.

Can I use ImageMagick and FFmpeg together in a single media processing pipeline?

ImageMagick and FFmpeg are used together in this media processing pipeline to transcode video, convert audio formats, and generate thumbnails through coordinated automated scripts.

Do I need to install RMBG and FFmpeg before removing backgrounds from images?

Yes, you must install RMBG, FFmpeg, and ImageMagick CLI tools before removing backgrounds and processing media, as the automated scripts rely on these dependencies to execute image editing and encoding tasks.

What is the best way to compress video files for web distribution in bulk?

The best way to compress video files for web distribution in bulk is using automated batch processing scripts that apply FFmpeg encoding parameters to optimize and transcode multiple media assets simultaneously.

How do I generate thumbnails for a folder of video and audio assets?

You generate thumbnails for a folder of video and audio assets by executing batch processing scripts that leverage FFmpeg and ImageMagick to extract frames and resize images automatically.