What problem does it solve? Media pipelines fail silently: encoders reject odd dimensions, loudness filters quietly resample to 192 kHz, EXIF orientation vanishes in thumbnails, and ABR ladders stutter on quality switches. This Skill encodes the probe-first, verify-after discipline and the specific ffmpeg, libvips, sharp, ImageMagick, and Pillow rules that prevent those failures. ## Core Features & Use Cases - Deterministic video and audio work: Transcoding, cutting, concatenating, filtering, loudness normalisation, and HLS/DASH packaging with correct rate control, GOP alignment, and seeking semantics. - Still-image batches: Resize, thumbnail, convert, and sprite-sheet images with explicit EXIF orientation, ICC colour management, and metadata preservation decisions. - Verification gates: Every workflow ends with re-probing the output and inspecting pixels, separating mechanical format defects from creative judgement calls. - Use Case: A nightly transcode script fails on some clips and produces quality complaints; the Skill diagnoses the odd-dimension scale failure, the missing -b:v 0 on VP9, and the misplaced -ss, then verifies the fix against a probed source. ## Quick Start Ask the agent to review or run your ffmpeg transcode, HLS packaging, or image thumbnail script using the media-processing skill and verify the output.