Skip to main content
June 4, 2007
Question

Dynamic Flash Video Creation

  • June 4, 2007
  • 1 reply
  • 285 views
We are creating a website where we would like the user to upload 6 JPEGs and an audio file (such as WAV) that the webserver then creates an FLV video file from. This FLV video would slideshow the images and play the audio that was uploaded along with it.

I know this is easily accomplished using Flash and Actionscript, but we are looking to create an actual FLV video because we need the ability (on a *server* level) to convert the resulted video into other formats such as MPEG or AVI. Perhaps it is possible on a server level to convert an SWF file with actionscript instructions into an FLV file?

Does anyone know of any webserver-level software or way to accomplish the above? Is this a function that is somehow usable through Flash Media Server? Any help is greatly appreciated!
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    June 22, 2007
    Look into FFMPEG and MENCODER options. Not sure if they can piece together jpegs and audio, but that is what everyone is using to create FLVs on the fly at the server level.

    A good programmer can probably work out the jpg/audio aspect.

    Good luck!

    Post a link if you get it to work!