Hi, I am trying to create something similar to this http://myvideo.bham.ac.uk/?id=20000297 I think I have figured it all out in my head but I just need some confirmation that I am going down the right track. So the custom names in the video could be generated using imagick and then merged with ffmpeg. Is that correct? Does anyone know of an example for something similar to this?
So while it is possible to extract a frame and convert it to an image format and edit the image with Image Magick then replace the frame in the video it makes very little sense to do it that way. Most likely the web site is using some sort of VIDEO library perhaps with Java to alter the video. Frame by Frame would be far too tedious.