Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
1–10 of 51 posts
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#2Hi HN,
I love new web tech, and was excited to see ffmpeg ported to WebAssembly so decided to build a free tool that uses it to:
- Clip/trim videos - Overlay text and images - Resize - Create GIFs or convert to a web-friendly MP4
All of this done in your browser, without ever uploading a file to a web server! (* Except Safari, it doesn't support SharedArrayBuffers)
A little more:
I've been building a video creation app with my cofounder, and being a 2-man team, we wanted to think outside of the box on an "eng as marketing" strategy.
As a techy on a budget, ffmpeg.wasm sounded like the perfect library to make a powerful free tool without requiring a ton of server resources.
So we looked up some common tasks people want to do with videos and set out to build a quick tool to accomplish them.
I think there's a ton more we can build into this - it's been about a 2 week project, but thought it was cool enough to do an initial release now.
Hope you like it, and have suggestions on what we can improve!
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#3EDIT: working again now, looks pretty cool!
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#4"Error establishing a database connection" is what I'm getting. Hug of death? EDIT: working again now, looks pretty cool!
Might need to delete and repost later?
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#5Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#6"Error establishing a database connection" is what I'm getting. Hug of death? EDIT: working again now, looks pretty cool!
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#7* VM is upgraded - we're back :) * Hi HN, I love new web tech, and was excited to see ffmpeg ported to WebAssembly so decided to build a free tool that uses it to: - Clip/trim videos - Overlay text and images - Resize - Create GIFs or convert to a web-friendly MP4 All of this done in your browser, without ever uploading a file to a web server! (* Except Safari, it doesn't support SharedArrayBuffers) A little more: I'…
I have previously tinkered with ffmpeg in the browser and implemented a workaround[1] for the (then) missing pthread support. It turned out quite clunky, but worked.
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#8"Error establishing a database connection" is what I'm getting. Hug of death? EDIT: working again now, looks pretty cool!
Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#9Re: Show HN: WebAssembly and ffmpeg = Quick clip, overlay, resize and GIF-ize videos
#10Awesome idea, it is hard to try for now but it could be very useful. I especially like simple clip and resize feature but can't try them right now...
But also get it if you mean you're not in a good place to test the tool at the moment haha