Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.25k stars 330 forks source link

Is it possible to compress video in PureJS without Node? #129

Open koiosml opened 3 years ago

koiosml commented 3 years ago

Dear, how are you? Thanks for your great module. I am going to use this at my website including video uploading. So, I am going to compress video in frontend side. How can I do? Looking forward to hearing from you.

Many thanks

YennnyHan commented 6 months ago

https://github.com/browserify/browserify You can take advantage of this, bundle it, and use it on the browser side (front side).