Comment on Show HN: Video2WebP – convert videos to animated WebP in the browserComments−zamadatix4yLooks to be using https://github.com/ffmpegwasm/ffmpeg.wasmIn the future https://www.w3.org/TR/webcodecs/ may allow for a native API to do this.−nacs4yIn the future https://www.w3.org/TR/webcodecs/ may allow for a native API to do this.It may make some things this can do possible but ffmpeg has support for so many codecs and so many operations and is incredibly extensible that I doubt anything short of making ffmpeg available in the browser will give you that much power.
Comments
Looks to be using https://github.com/ffmpegwasm/ffmpeg.wasm
In the future https://www.w3.org/TR/webcodecs/ may allow for a native API to do this.
It may make some things this can do possible but ffmpeg has support for so many codecs and so many operations and is incredibly extensible that I doubt anything short of making ffmpeg available in the browser will give you that much power.