video-compressor
video-compressor copied to clipboard
Video compressor based in the Telegram for Android app source code.
it takes long time(111seconds) to compress 150s video with 330mb size and it is very long how can i fix this?
i got error in FileUtils of line 44 "out = new FileOutputStream(mFile, false);"
if we change the bitrate to 5,000,000 then 30MB Video changed to 78.3MB but we don't want to increase the video size it should be a 5MB max, please tell...
Obtaining these variables is the other way around https://github.com/lalongooo/VideoCompressor/blob/4aa29d4d4ad523071b249297d316d164913c5176/app/src/main/java/com/lalongooo/videocompressor/video/MediaController.java#L229-L230
Can you please show the proguard file that is to be used for the project to run. Till now I have tried this # -dontwarn com.googlecode.mp4parser.** -dontwarn com.coremedia.iso.boxes.** -keep class...
the compressing is working fine in must tested videos but in some videos the output file is not playable and always with the same size (140 Bytes) with error in...
Hi, the code works good but the output file is a video without voice. Is there any way to keep the voice? Thank you
You can try: implementation (group: 'com.googlecode.mp4parser', name: 'isoparser', version: '1.0.6') {force = true} Cheese.
I have compressed the video from 30MB to 20MB after server upload I am unable to play the video using streaming