What problem does it solve? macOS screen recordings saved as .mov files are often too large to attach to GitHub PRs, Slack messages, or Notion pages. This Skill re-encodes them with ffmpeg into compact, web-friendly MP4 files that play inline anywhere. ## Core Features & Use Cases - Automatic input detection: Finds the latest .mov recordings on the Desktop or in Movies when no path is given, and inspects codec, resolution, and duration with ffprobe before converting. - Three conversion modes: H.264 for maximum compatibility (GitHub, Zenn, Qiita), HEVC for smaller size (Slack, Notion), and experimental AV1 for the smallest output. - Share-ready output: Adds +faststart so videos start playing immediately in browsers, and reports before/after file sizes with compression ratio. - Use Case: You record a bug demo with Cmd+Shift+5, then ask to convert it for a GitHub PR. The Skill locates the file, encodes it to H.264 MP4, and reports an 87% size reduction ready to paste into the issue. ## Quick Start Convert my latest screen recording on the Desktop to a lightweight MP4 I can attach to a GitHub PR.