This wraps FFmpeg commands for the video tasks you do constantly but always have to look up the syntax for. Compress videos to hit platform limits, extract audio for podcasts, resize to Instagram's 9:16 or YouTube's 16:9, clip segments, merge files, grab thumbnails. It includes a reference table for social media specs (Instagram Reels maxes at 4GB and 90 seconds, TikTok at 287MB). The commands are straightforward Python scripts with sensible defaults. If you're manually running FFmpeg commands or opening Premiere just to crop a clip, this turns those into one-liners. Requires FFmpeg installed on your system.
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill video-processing