So here's what I did. I don't know if it's anywhere NEAR what you're getting at, but I think it's neato. Thanks for the source images :)
I created a bunch of interstitial 50% blended frames, and at higher rates (like 24fps) I see a difference!
Here's what I did:
- dumped all the images to a dir
- wrote a python script (attached)
- created an
/output
dir - ran the python script, which copies source images + generates blended images using ImageMagick CLI junk
- ran ffmpeg within the
/output
dir - video! --> https://dl.dropboxusercontent.com/u/126879/glob_test.mkv
My ffmpeg command: ffmpeg -f image2 -framerate 16 -pattern_type glob -i "*.jpg" glob_test.mkv