ffmpeg and imagick

Discussion in 'PHP' started by stephan2307, Aug 15, 2014.

  1. #1
    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?
     
    stephan2307, Aug 15, 2014 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    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.
     
    NetStar, Aug 17, 2014 IP