- Fork from https://github.com/lalongooo/VideoCompressor.git
- Video Compressor based&update in the Telegram for Android app source code.
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