I have video which contains 700mb(5 min duration) size. I want to reduce the file size to less then 30 mb .
I have go through the FFMPEG blog and successfully run the samples. But the problem in that library is, it will take too much of time to compress a video file(146 mb take 20 minute). so looking for a good library or right path to achieve my requirement.
My application support from android api-9 and above.