> [...] directly in the browser. The video does not leave your local machine.<p>It would be cool if there were a special browser badge for a website that ensured uploaded content couldn't be transmitted to the server.<p>Something in the spirit of `Content-Security-Policy: connect-src 'none';` (not sure if that covers all edge cases though, I'm not super familiar with CSP)
Looks to be using <a href="https://github.com/ffmpegwasm/ffmpeg.wasm" rel="nofollow">https://github.com/ffmpegwasm/ffmpeg.wasm</a><p>In the future <a href="https://www.w3.org/TR/webcodecs/" rel="nofollow">https://www.w3.org/TR/webcodecs/</a> may allow for a native API to do this.
Talking about online animation tools ...<p>Does anybody know a site where one can create "zoom in animations"?<p>I mean you upload an image, select the point where the animation should zoom in and get a "fly into the image" animation.
Excellent work, thanks for sharing. I did notice an issue where transcoding will fail if the filename chosen contains a space, the transcoding will fail with 'file not found'.
Thanks for linking to this, I was looking for something similar today, I'll give it a crack<p>I didn't realize that WebP supported animation. Wasn't that the purpose of WebM?