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).
source
share