ck:media-processing

Automate media conversions using FFmpeg, ImageMagick, and RMBG.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-media-processing-jangtrinh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:media-processing
Source: https://github.com/jangtrinh/demo-Lam/tree/main/.claude/skills/media-processing
Command: npx skills add https://github.com/jangtrinh/demo-Lam --skill ck-media-processing-jangtrinh

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the repetitive, error-prone work of converting media formats, resizing images, extracting thumbnails, and removing image backgrounds by letting you run consistent command patterns with proven tools.

Core Features & Use Cases

  • Video and audio encoding/conversion with FFmpeg: re-encode for compatibility, extract audio tracks, and generate thumbnails for video workflows (web publishing, streaming prep, asset pipelines).
  • Image resizing and batch transforms with ImageMagick: generate optimized stills, create thumbnails, and apply quality/metadata stripping for faster loading pages.
  • AI background removal with RMBG: produce transparent/isolated subject images using selectable local models for product photography and catalog generation.
  • Batch processing helpers: run common background-removal and resizing tasks across directories to scale production output.

Quick Start

Use the ck:media-processing skill to batch-remove backgrounds from all images in ./photos using the briaai model and write results into ./photos-output.

Frequently Asked Questions about ck:media-processing

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

FAQPage Schema
How do I batch convert video and audio files using ffmpeg without manual CLI work?

Batch convert video and audio files using ffmpeg by applying automated re-encoding and extraction patterns across directories. This skill handles throughput-oriented batch workflows to ensure consistent output for web publishing and asset pipelines without manual CLI commands.

What is the best way to generate thumbnails from videos for web asset pipelines?

Generate thumbnails from videos for web asset pipelines using FFmpeg operations integrated into automated batch processing. This produces optimized stills and consistent thumbnail output across directories while avoiding manual command line errors.

Can I use ImageMagick to batch resize images and strip metadata for faster loading pages?

Yes, you can use ImageMagick to batch resize images and strip metadata for faster loading pages. This skill automates image resizing, quality adjustments, and metadata stripping across directories to generate optimized stills.

Does AI background removal work for batch processing product photography images?

AI background removal works for batch processing product photography using RMBG with selectable local models. It processes directories of images to produce transparent, isolated subject outputs for catalog generation at scale.

Do I need to install ffmpeg, ImageMagick, and rmbg-cli separately to automate media conversions?

Yes, you need ffmpeg, ImageMagick, and rmbg-cli installed separately to automate media conversions. This skill applies their specific capabilities: FFmpeg for video/audio, ImageMagick for images, and RMBG for AI background removal.

Why does manual media conversion produce inconsistent output for streaming preparation?

Manual media conversion produces inconsistent output for streaming preparation due to varying command parameters and human error. Automating format conversion and encoding parameterization ensures consistent quality across video, audio, and image assets.