SiliCompressor icon indicating copy to clipboard operation
SiliCompressor copied to clipboard

Video file size increased after compression

Open kpradeepkumarreddy opened this issue 5 years ago • 2 comments

I tried to compress a 15 MB video file and after compression, the file size became 22 MB. The following is the code i'm using:- String compressedVideoFilePath = SiliCompressor.with(context) .compressVideo(actualVideoFile.getAbsolutePath(), actualFileDirPath); File compressedVideoFile = new File(compressedVideoFilePath); float fileSizeAfterCompress = (float) (compressedVideoFile.length() / (1024.0 * 1024.0));

kpradeepkumarreddy avatar Jan 26 '20 07:01 kpradeepkumarreddy

the same

AlminChou avatar Mar 10 '20 04:03 AlminChou

+1

wb-hwang avatar Aug 13 '21 08:08 wb-hwang