I know that this question has been asked before, but no one gave a clear answer. Almost Every answer I saw on this topic included the use of what is called ffmpeg
.
Now I am not an expert in media codec and stuff like that but I understand that ffmpeg
takes some good time before it compress the video. Not to mention how complicated the license is for this library.
My question:
What is the popular way of doing this, how do we compress a video fast before upload?
I want to give an example of whatsapp, how do they compress the video quickly before upload? Can we do something similar?
EDIT
As @CommonsWare suggested yes I mean by compress to reduce the resolution of the video.
Thanks.