What problem does it solve?
FFmpeg commandlines and encoding options are complex and easy to get wrong, leading to incompatible files, large uploads, or playback failures; this skill consolidates best-practice commands and patterns to produce web- and Remotion-ready media reliably.
Core Features & Use Cases
- Format conversion & compatibility: Convert GIFs, MOVs, WAVs, and other formats into H.264 MP4 or WebM suitable for browsers and Remotion.
- Resizing, cropping, and padding: Scale to target resolutions, maintain aspect ratios, or crop to fill compositions while ensuring even dimensions.
- Compression & quality tradeoffs: Use CRF, presets, and bitrate targets to balance file size and visual quality for archive, production, or web preview workflows.
- Audio extraction and speed manipulation: Extract MP3/M4A/WAV, chain atempo for extreme speed changes, and keep audio-video sync for voiceovers and demos.
- Platform optimization & batch exports: Produce platform-specific outputs (YouTube, Twitter/X, LinkedIn, web) and automate exports for multiple targets.
- Use Case: Prepare a Remotion-rendered master file, then generate optimized outputs for YouTube, Twitter, and a fast web-embed version with a single batch workflow.
Quick Start
Use the ffmpeg skill to convert an input video into a web-optimized H.264 MP4 with even dimensions, movflags faststart, and AAC audio.