Is This Possible: Turn Page Content and Pics in Video?

Yellow Squash

New member
Nov 19, 2012
137
2
0
First, this is NOT for Wordpress.

Im looking for some thing that will take my User's created page with content and pics and turn it into a video automatically. Treepodia does this as a service, but I was wondering if it was possible to get coded into a website where the video is simply created automatically from certain content fields and multiple images.

If this is possible, what would this cost to get programmed and where do I find a programmer who can do it?

Thanks
 


I made a BaSH script that does this last year.

Basically, you scrape the content with curl and then "cat "$theContent" | text2wave" where text2wave is a text to speech command. convert the .wav to .mp3 for easier storage, and then use ffmpeg to combine the images and .mp3 together.

There's also a BaSH script that'll upload the videos to your YT accounts for you too.

Linux FTW