Hi,
Can you tell me how to make this type of script, I have a short YT channel and I use the Canva bulk create function but I have to change all the video backgrounds one by one manually.
Interested in as well in this script
I have it but I don't want to share it because the last time I did this I was inundated with support questions. But actually, I think this is better:
You basically need:
a) a script for your video: you can ask ChatGPT to write you short audio scripts and arrange them in a table.
b) a text to speech program to convert the script to audio: I use a python library EDGE-TTS - it is free and comes with a ton of voices. It isn't the best TTS - you'll need to pay for that, but it's pretty passable and for short videos it's fine IMO
c) background video: download a few from Pixabay - stick them in a folder
d) background music - download from Youtube Studio - stick them in a folder
You then ask Chat GPT to help you build a video in small steps.
1) Ask it to create voiceover mp3 files from a list of scripts in the input.csv file using EDGETTS. (The input.csv file contains those scripts you got ChatGPT to create). You can change the voices - Google the names of the voices and change them in the script. If you're getting really fancy you can use multiple voices in conversation style.
2) Once you've done that, you can ask ChatGPT to adjust the program to include background music at a lower level than the voice.
3) Now you have the audio files and saved in a folder. You need to create videos using those files. Ask ChatGPT to create videos selecting background videos at random from the folder containing the background videos, adding in the audio files, one by one.
4) Once you're happy with that, you can ask it to create captions using another .csv file, or you can ask it to overlay graphics: it's up to you
By building up the videos step by step you can troubleshoot the programs to make sure you get what you want. I've found ChatGPT can do all this but it gets confused if you ask it to do too much - so develop the programs step-by-step. If you think ChatGPT is lost, try asking Bard to troubleshoot.
Hope that helps.