| * 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'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! |
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.
[1] https://phoboslab.org/files/ffmpeg-mt-fixed/