What problem does it solve? Video processing often produces quality loss, wrong colors, oversized files, or incompatible formats because users misunderstand containers, codecs, and encoder settings. This Skill provides expert ffmpeg guidance so every encode, remux, or transcode preserves maximum quality and plays correctly on the target platform. ## Core Features & Use Cases - Encoding & Transcoding Guidance: Correct CRF, preset, and tune settings for x264/x265, with quality-vs-size tradeoffs explained. - Remuxing & Container Conversion: Lossless MKV-to-MP4 conversion, timestamp fixes for editing software, and stream copying. - Troubleshooting: Diagnose washed-out colors, sync issues, oversized files, and playback failures with concrete fixes. - Use Case: You need to archive a Blu-ray rip at high quality. The Skill recommends ffmpeg -i input.mkv -c:a copy -c:v libx265 -preset slower -crf 18 and explains why each flag matters. ## Quick Start Ask the AI to help you convert an MKV file to MP4 without quality loss, or to recommend ffmpeg encoding settings for archiving a video.