Generating voice from text and combining with video

HairyHun

Masturbating Bandit
Oct 11, 2007
576
2
0
I've come accross some videos on youtube or websites which combine a description that is read using a voice generator and it's combine either with a video or a slideshow.

An example: YouTube - ‪2007 Saturn ION available from Dean's Auto and Truck Sales‬‏

Does anyone know a good server side script or program that can generate these.
It would take the text description provided with the car, read it out and create a MPG3 for it.

If this script can also combine it with a video, that's great, otherwise I'm also looking for a script to do that.

I am looking to everything on the server side so the client just has access to the video directly.


Thanks
HH
 


don't know about doing text->mp3, but once you have the mp3 definitely use ffmpeg to merge it with the video. good tool and there are a lot of libraries for it in various languages (otherwise you could pretty easily just call it from the command line)