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.
It also seems to be an impossibility for #ffmpeg to just fill an transparency with a given color, which would be a workaround for the above.
@nobodyinperson (no expert) but does it work if you run it through multiple passes?
@nobodyinperson What about using an overlay filter?