I am developing an app which has similar features to instagram for learning purposes. I want to upload a video from gallery to my cloud. In iOS, Swift already offers an in-built function which fixes the quality to my needs (.low, .medium, .high). Is there any way to achieve a similar behavior in android?
I have tried multiple things like Silicompressor and lightCompressor but they did not work.
The workflow is:
-> select video from storage
-> resize video size in background without saving it as a new one in the storage
-> uploading the selected and compressed video
Any help is highly appreciated