All Questions



How to edit video clips in the browser?

I want to introduce video clips to podsqueeze but I have no idea what is the best way to do it.

I want to convert the audio into a video and then create clips. These clips can be edited by the user.

Any suggestions? How would you do it?

author Tiago Ferreira

Reply
9 Answers

<@U02U9TESZ6U>, Benedikt any ideas?

writen by Tiago Ferreira

You mean you want to create video based on the audio content?

writen by Benedikt

Or just having an audio converted to video (so you can upload it to i.e. YouTube?

writen by Benedikt

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

remotion looks cool Luca Restagno (ikoichi on Twitter). thank you

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

Do you want to ask a question?


Related Questions