$ welcome to the party
updated2026-04-26
tools9
guides3
licenseMIT
FFmpeg tools, tips, & tricks
for video people who like it messy.
ffmpeg.party is an informal resource for FFmpeg generators, tips, tricks, and guides. A side project, updated whenever something breaks or something cool appears.
$ cat about.md | less → about
Interactive generators
$ pick a tool → fill in the form → copy the command
9 tools online
T/01
vp9-wizard$ ffmpeg --codec libvpx-vp9
VP9 command generator for high-quality videos using 2-pass encoding.
→
T/02
av1-wizard$ ffmpeg --codec libsvtav1
AV1 command generator with SVT-AV1 encoder and tuned parameters.
→
T/03
x264-wizard$ ffmpeg --codec libx264
x264 generator for H.264/AVC with sensible defaults and quality presets.
→
T/04
x265-wizard$ ffmpeg --codec libx265
x265 generator for H.265/HEVC with 10-bit pipeline and tune profiles.
→
T/05
cropper$ ffmpeg --vf crop=…
Interactive visual cropper that emits the exact
-vf crop= value.→
T/06
anamorphic-crop$ ffmpeg --vf scale,setsar
Anamorphic crop calculator for DVDs, broadcast, and squeeze-lens content.
→
T/07
frame-interpolation$ ffmpeg --vf minterpolate
Build minterpolate filter strings to smooth video frame rates.
→
T/08
duration-calculator$ calc -t end-start
Calculate durations between timestamps for FFmpeg
-t values.→
T/09
webm-from-image-sequence$ ffmpeg -pattern_type glob
Convert numbered image sequences into WebM video.
→
Encoder references
$ grep -r 'why is my encode broken' /guides
3 guides
Elsewhere on disk
links worth bookmarking
↗ FFmpeg official documentation
ffmpeg.org/documentation.html
The canonical reference. Dense, authoritative, occasionally out of date.
↗ ffmprovisr
amiaopensource.github.io/ffmprovisr
Community-maintained recipe collection from media archivists. Tested commands for common workflows.
↗ FFmpeg Wiki
trac.ffmpeg.org/wiki
Older but solid. Some of the clearest H.264/H.265/VP9/AV1 encoding guides anywhere.
↗ MediaInfo
mediaarea.net/MediaInfo
Inspect anything. Detailed technical info about video and audio files.