How can I make a bot that automatically makes videos?

Money verse

Newbie
Joined
Apr 7, 2024
Messages
24
Reaction score
4
Hello bhw. Recently I have seen some bots that offer a service like making a video for you in a matter of seconds. Does anyone know how to make a bot like that?
 
Hello. I think it's will be easier to use any AI service with video generation, for example Dalle or Midjourney
 
Try Invideo AI, it's a decent tool to help you with it.
 
I coded a good tool in one afternoon using python

Opencv library is your friend

I manage to add some text to speech audio (the voice is terrible but it was only my first attempt and I was more interested into achieving to add sound to a video file than into finding a good voice

I'm still working in the AI image generation part (too slow because the api I'm using takes 2 min to generate one image). One solution could be working with pexels o pixabay api and use stock video, and other, to make a repository of images and videos created with external tools and put them into folders (maybe have a file with the list of files and their tags and chose a file in base to key words of the script or the topic
 
Making a bot like that isn't a walk in the park. You need to be skilled in AI programming languages like Python and use libraries like OpenCV. Also, be prepared for trials and errors till you get it right. You can use existing tools such as Invideo or Dalle to simplify the process. Good luck coding!
 
Back
Top