Tootfinder

Opt-in global Mastodon full text search. Join the index!

@jamesthebard@social.linux.pizza
2026-04-04 18:25:51

Quick tip: if `ffmpeg` shows the incorrect frame count when processing videos, just toss it through a quick `mkvmerge`.
```
for i in video*; do mkvmerge "$i" -o"temp_$i"; done
```
#mkvmerge #ffmpeg

@nobodyinperson@fosstodon.org
2026-03-17 08:38:55

Any #ffmpeg experts here? I want to do one simple thing: make certain colors transparent (then alphaextract to feed into tesseract #OCR). That's it. The colorkey filter is perfect, but it seems to be an absolute impossibility if you want more than one color transparent.