Skip to main content
Participating Frequently
March 2, 2011
Question

Photos To Video

  • March 2, 2011
  • 1 reply
  • 391 views

Its very difficult to search on this, so I thought I would post.

Anyone know of anyway to use Coldfusion to take a bunch of Photos and turn them into a video (suitable for youtube upload)?

Point me in the right direction?

Thanks

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    March 2, 2011

    You can use ffmpeg to create a video from a bunch of images, google

    "ffmpeg video from images" and you should get some example command

    lines to get you started.

    To execute ffmpeg from ColdFusion you would use cfexecute (advice from

    experience: execute ffmpeg through cmd.exe on win or bash on linux,

    otherwise you'll get some interesting problems related to file

    descriptors, etc).

    --

    Mack