I am creating a summary for various news articles, and then using the ElevenLabs module to convert text to speech resulting in an output audio. I have some related images that I want to use as the background, and convert this audio to video, which can then be uploaded to YouTube. How do I go about this? I can’t find a module that does exactly this. Thank you in advance!
Hi @Weiler!
You can use JSON2Video to convert an Audio to a Video.
Check the JSON2Video modules in Make, specially a module called “Create Slideshow with Audio”.
If you need any help, just shout.
Cheers
Thanks, I’m looking to feed its output to youtube. I am seeing it generates a Boolean Success, a Timestamp, and a Text result. Will I need additional steps to be able to fetch the resulting video, to upload it to Youtube?
Hi @Weiler . The action modules like “Concat …” or “Add subtitles …” are asynchronous. This means that the response returns a Job ID (called “project”). The rendering process may take a minute or two (depending on the complexity of the job).
Just after “Concat a List of Videos with Audio” module you should add the module “Wait for a Movie to Render” and map the project ID. This “Wait…” module connects every few seconds and checks for the project status. When the movie is ready, the “Wait…” module returns the metadata of the resulting video and a URL to download.
You can check documentation here: