Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 721 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 721 Bytes

video2webp

A small project to use ffmpeg.wasm to convert videos to animated WebP images in the browser.

Run locally

Using WASM like this requires certain HTTP headers to be set. To run locally, use the included python3 server, like this:

$ python3 server.py

Dependencies