an audio converted to video where I can define the background based on a template and have subtitles

writen by Tiago Ferreira
I guess the subtitle tech you already have, right? I’d use ffmpeg for audio2video conversion. You can combine multiple audio and video (imho also images) via ffmpeg into a video

writen by Benedikt
if you’re using React this is the best solution https://www.remotion.dev/

writen by Luca Restagno (ikoichi on Twitter)
I don’t have the subtitle tech Benedikt. I have also tried playing around with ffmpeg but I always have problems getting it to work with react.

writen by Tiago Ferreira
Why is this a problem with react? It runs in the backend and can be used via API call (which will be used by react). But yeah, remotion is probably best with react.

writen by Benedikt