- Fork from https://github.com/lalongooo/VideoCompressor.git
- Video Compressor based&update in the Telegram for Android app source code.
- Any different model problem can check the source code of Telegram for Android,cause there are no more tests
compile 'com.yovenny.VideoCompress:videocompress:1.0.0'
compile project(':videocompress')
//in a new Thread
boolean isCompressSuccess=MediaController.getInstance().convertVideo(inPath,outPath);
2016-6-22
- add api<18
convertVideoFrame
jni support