ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Is it possible to compress video in PureJS without Node?

Open koiosml opened this issue 3 years ago • 1 comments

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

koiosml avatar Aug 25 '20 05:08 koiosml

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

YennnyHan avatar Jan 05 '24 09:01 YennnyHan