Create video with text-to-speech plus stock video clips?

gossamer

New member
Joined
Apr 7, 2022
Messages
1
Points
1
Hi, I'm looking for an app or SaaS solution where I can give it some text and have it convert it to speech and also be able to select a basic sound track and some stock video clips. I don't think I can post a link to an example here yet, but perhaps someone knows what I'm talking about and has some ideas for how to do this?

This is for video marketing - I'd like to be able to take a concept, such as how to bake a loaf of bread, and talk the user through the process of kneading, for example, and add to it a few stock video clips of someone baking in a kitchen, for example.
 

Goran

New member
Joined
Apr 18, 2022
Messages
2
Points
1
Sorry but l know only just this tutorial hope will help you
Its simple and easy and just require few steps. No need of downloading any bloated software from web. Just a few lines of codes and save it as vbs extension and your Pronunciation tool is ready. So lets see how to do it. You can just enter any text and it will play audio from that text telling you how to exactly pronounce it.

How to make a Free Pronunciation tool in windows using Notepad

Step 1: – Open notpead.

Step 2: – Now, copy and paste the code given below to the notepad.


Dim message, sapi
message = InputBox("A Free Pronunciation tool"+vbcrlf,"Text to Audio converter")
Set sapi = CreateObject("sapi.spvoice")
sapi.Speak message


Step 3: – Now, save it as Pronunciation.vbs on your desktop.

Step 4: – Now, click on the created tool and enter any word or sentence and it will immediately speak it to you.
 
Latest threads
Replies
1
Views
74
Replies
1
Views
172
Replies
4
Views
378
Replies
11
Views
522
Replies
2
Views
227
Recommended threads

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top