GoogleChromeLabs / squoosh

Make images smaller using best-in-class codecs, right in the browser.
https://squoosh.app
Apache License 2.0
21.82k stars 1.53k forks source link

Add Support for Videos #1407

Closed chraebsli closed 5 months ago

chraebsli commented 6 months ago

Is your feature request related to a problem? Please describe. I use the compression of images a lot. Recently, I wanted to compress & resize videos too and needed to look for another provider, but none of the ones I found support offline compression and similar tools like the compression for images

Describe the solution you'd like I'd be happy if there was support for different video types soon, allowing me to convert, compress & resize videos.

Does other service/app have this feature? There are many video compressors, resizers & converters out there but no open source variant with all these features.

Additional context -

Keep up the great work! Thanks!

kevinfarrugia commented 5 months ago

I don't think video compression is related to squoosh as it uses completely different codects. Personally, I recommend FFmpeg for video compression, formats...etc.

chraebsli commented 5 months ago

ok thanks! ill try it