automated video compositing?

  • Started
  • Last post
  • 1 Response
  • uan

    any1 has experience with automated video compositing?

    I'll start working on a project, where a server has to:
    1. fetch a video from a url
    2. fetch xml-data from a url and generate a png or a png-sequence out of the data
    3. render the png-image or -sequence over the video
    4. output the video in a different format than the source-video and upload it to a url.

    I'm looking at ffmpeg and php to accomplish this.

    maybe someone of qbn has already some experience with something similar and is willing to share knowledge:) thank you!

  • kewHexton0

    not really any experience with this but seems like something that processing might be able to handle...

    http://processing.org/

    it is at least something to check out...
    good luck, let us see how it turns out!

    • a nice idea! didnt think about it before! tnx!uan