-1
I have an application where it is possible to upload videos, and when uploading the video in the application, I need to compress it, before it is saved in the database. I need to compress videos before it is uploaded to my application, because uploading videos from 50MB would not be feasible. Is there any alternative to that? I searched for JS libs that could do this but I didn’t get any
Good afternoon, have you thought about hosting on VIMEO or Youtube? I don’t know any other way to decrease resolution than rendering again in a web format.
– Guilherme Moreira
The issue is that it is user upload, so it would not be possible so :/
– Gustavo Fritola
Take a look at this service, maybe solve... use it for photos.. but never used for videos. https://cloudinary.com/documentation/video_manipulation_and_delivery
– Guilherme Moreira
Are you using some backend, such as Nodejs? Or just frontend with pure HTML, CSS and Javascript?
– user148754
@THIAGODEBONIS to using Codeigniter
– Gustavo Fritola
@Gustavofritola, Codeigniter is a Framework for PHP. So you are using PHP in your backend.
– user148754
yes @THIAGODEBONIS, I forgot to mention this. Know something that could help?
– Gustavo Fritola