In my Android app, I want to compress mp4 video by changing its resolution, bitrate. I don\'t want to use FFmpeg (because I don\'t want to use NDK), so I decided to use Medi
I have used this to see how to manipulate video in android: https://github.com/hoolrory/AndroidVideoSamples , check the VideoResampler.java in the CommonVideoLibrary .