What problem does it solve?
Provides a concise, battle-tested reference for performing common local video editing tasks with ffmpeg so users can trim, join, resize, change speed, overlay graphics, extract or replace audio, compress, and convert formats without guessing flags or workflows.
Core Features & Use Cases
- Trim & Concatenate: Use stream copy for fast keyframe-aware cuts and concat demuxer for joining multiple clips.
- Platform Presets & Resize: Scale and pad videos to exact platform dimensions such as TikTok, YouTube, and Instagram with centered padding.
- Speed, Audio, Overlay & Convert: Change playback speed with setpts/atempo, extract or replace audio tracks, add logo overlays with positioning and opacity, compress via CRF or target bitrate, and convert between containers and formats including GIF and WebM.
- Use Case Example: Prepare a social post by trimming a raw clip, concatenating B-roll, resizing to vertical, adding a watermark, and applying CRF compression for upload-ready output.
Quick Start
Trim a segment from source.mp4, concatenate it with clip2.mp4, resize to the TikTok preset, overlay logo.png, and export a compressed output file using ffmpeg.