[e925]
░ armory · video-clipping · compare

fast-asd (Sieve) vs ffmpeg-static

Both in the video & clipping category. Side-by-side — pick the one that fits your stack tonight.

fast-asd (Sieve)★★★★★
🆓 free🐍 sidecar

Tells your video which person is actually talking. Powers auto-cropping for clips.

rating
3
tested
cost
free
install
sidecar
stars
82
updated
1y ago
#video#active-speaker#python#sieve#clipping#open-source
avoid if

You aren't building your own video pipeline. Most creators should just pay OpusClip and skip the plumbing.

open the full entry →
ffmpeg-static★★★★
✓ loya-tested🆓 free🔌 drop-in

Bundled ffmpeg that just works — no 'your version is missing libfoo' errors.

rating
4
tested
✓ loya-tested
cost
free
install
drop-in
stars
1,350
updated
5w ago
#ffmpeg#video#node#npm#subtitles#drawtext
avoid if

You only need basic trim/extract operations — system ffmpeg is fine for those.

open the full entry →

why it matters · fast-asd (Sieve)

If you want to take a multi-person podcast and auto-crop it to the vertical 9:16 format TikTok and Reels want, the video needs to know WHO is talking at any given second. fast-asd figures that out — audio + lip movement detection — so your crop follows the active speaker. Stale repo (last updated mid-2024) but still works, and the pattern is still how every podcast clipper does speaker tracking under the hood. Python sidecar, MIT, free.

why it matters · ffmpeg-static

If you've tried to use ffmpeg in a Node project, you've probably hit the 'no such filter: subtitles' or 'no such filter: drawtext' error — because whichever ffmpeg your machine has was compiled without the library you need. ffmpeg-static is an npm package that ships a full ffmpeg binary with everything common pre-enabled (libass, libfreetype, the full encoder set). Drop it in, point your spawn calls at it, stop fighting the system ffmpeg. Works on Mac/Linux/Windows. 50MB dep, scoped per-project.

more video & clipping to compare

derived live from the armory manifest · same-category only