I am writing a python/django application and it needs to do image manipulation and then combine the images into a video (each image is a frame). Image manipulation is easy.
You could use Popen just to run the ffmpeg in a subprocess.