ck:media-processing

Automate media processing with FFmpeg, ImageMagick, and RMBG CLI.

1|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-media-processing-tnhoang2708
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:media-processing
Source: https://github.com/TNHoang2708/Gym_Ver2/tree/main/.claude/skills/media-processing
Command: npx skills add https://github.com/TNHoang2708/Gym_Ver2 --skill ck-media-processing-tnhoang2708

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies complex media processing tasks by integrating FFmpeg, ImageMagick, and RMBG CLI tools for efficient encoding, conversion, and manipulation.

Core Features & Use Cases

  • Video/Audio/Image Processing: Supports encoding, format conversion, filters, thumbnails, batch processing, and HLS/DASH streaming.
  • Background Removal: Leverages RMBG for AI-powered background removal with different quality levels.
  • Use Case: Need to quickly process multiple videos, extract audio, create thumbnails, or remove backgrounds? This Skill can handle all these tasks with a simple command or script.

Quick Start

Run the media-processing skill with the following command: ck:media-processing video.mp4 -operation encode -format mp4

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 video encoding and batch processing using ffmpeg?

This Skill automates video encoding and batch processing by executing FFmpeg commands that apply format conversions, filters, and HLS/DASH streaming outputs to your media files.

Can I remove image backgrounds with rmbg-cli without manual editing?

Yes, you can remove image backgrounds automatically using RMBG CLI, which leverages AI-powered background removal with different quality levels to eliminate the need for manual editing.

Do I need to install FFmpeg and ImageMagick before using this media processing automation?

Yes, you must install FFmpeg, ImageMagick, and RMBG CLI on your system as prerequisites, because this media processing automation directly executes commands through these dependent CLI tools.

What's the best way to convert video formats and extract audio with FFmpeg?

The best way to convert video formats and extract audio is to use this Skill's script interface, which passes your media file, operation type, and target format directly to FFmpeg for processing.

How do I generate thumbnails and apply filters for batch images with ImageMagick?

You can generate thumbnails and apply filters for batch images with ImageMagick by executing the integrated scripts that handle image processing workflows and format manipulation tasks automatically.

Does this media processing approach support HLS and DASH streaming formats?

Yes, this media processing approach supports HLS and DASH streaming formats, allowing you to encode video files into adaptive bitrate streaming segments directly via FFmpeg commands.