What problem does it solve? Media files from cameras and exports are far larger than needed for web, email, or storage, and compressing them safely requires knowing the right encoder settings, avoiding in-place destruction of originals, and preserving metadata like EXIF. ## Core Features & Use Cases - Measured compression scales: Provides tested compression levels for JPEG (5-100 scale), video encoders (hardware, software, lossless, adaptive), and PDF DPI settings with real savings percentages. - Safe copy-first workflow: Always copies originals before compressing since Clop modifies files in place, and restores EXIF metadata with exiftool after compression. - CLI trap documentation: Covers pitfalls like output template syntax (%f includes extension), MOV-to-MP4 conversion leaving duplicates, missing ffprobe, and format skip lists. - Use Case: You have a folder of 200 camera photos totaling 1.3 GB that need to go on a website. Copy the folder, run Clop at compression 64 recursively, verify integrity with ffmpeg decoding, and restore EXIF dates so the photos sort correctly. ## Quick Start Compress all images in my vacation-photos folder to web-ready size without touching the originals and keep the EXIF dates intact.