(no affiliation) https://www.headliner.app/ will do this for free < videos/month.
Wavve: making $76k a month turning podcasts into videos
21–30 of 145 posts
Re: Wavve: making $76k a month turning podcasts into videos
#22Re: Wavve: making $76k a month turning podcasts into videos
#23Nobody should be making 76k a month when millions of hard working Americans are barely making 1k a month /s
Criticizing successful people isn't the answer.
Re: Wavve: making $76k a month turning podcasts into videos
#24You can capture video and download it from canvas: https://developers.google.com/web/updates/2016/10/capture-st...
And it looks possible to add separate audio to it: https://stackoverflow.com/questions/39302814/mediastream-cap....
You could also recreate the waveforms and add to the canvas: https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_A...,
Not widely supported, but you could try to add speech recognition too https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_...
Re: Wavve: making $76k a month turning podcasts into videos
#25I wonder if it is possible to make a simple version to run entirely in the frontend, for short clips? You can capture video and download it from canvas: https://developers.google.com/web/updates/2016/10/capture-st... And it looks possible to add separate audio to it: https://stackoverflow.com/questions/39302814/mediastream-cap... . You could also recreate the waveforms and add to the canvas: https://developer.mozilla…
Re: Wavve: making $76k a month turning podcasts into videos
#26Re: Wavve: making $76k a month turning podcasts into videos
#27Sounds nice... but Sigh , only iOS?
Re: Wavve: making $76k a month turning podcasts into videos
#28Re: Wavve: making $76k a month turning podcasts into videos
#29Inspired by the Overcast variant of this kind of tool, I built a very basic browser based version using canvas and various web audio/video apis. It was fun to build over a couple weekends, but it ended up not being usable broadly due to speed (runs in realtime linear) and browser limitations of file export types (webm in chrome). If ffmpeg could reliably run in wasm, there could be alternative approaches. I concluded…
My use case: trim and append multiple (4+) MP4s in the browser into one continuous video.