What is the best way to provide client side compression / video conversion?

I want to create a website for users to upload videos, but first I want to do client-side compression / conversion before uploading files to my servers. This should reduce the boot time I hope for.

My inner thinking is to create a Java applet, since I think Flash will not have ffmpeg on the client side. I am not sure which version of Java to use, or to use Java Web FX. I haven’t touched Java for many years, so I don’t even know what to use IDE or SDK (I am on a Mac).

+3
source share

Source: https://habr.com/ru/post/1778850/


All Articles