I'd like to apply some non-trival video operations on a per-frame base.
So far, I've been using shell scripts + ImageMagick + FFmpeg, decomposing the video into individual frames on disk, processing them through ImageMagick and putting it back together, which has an awful OS and disk overhead.
Now it occurred to me there might be an ImageMagick video filter, which accepts just the same parameters as the convert interface does.
Does something likewise exists? What can I use instead?