a365344743s / MediaCompressTelegram

Android compression library from Telegram
MIT License
19 stars 6 forks source link

Compression is not reducing the size of video #1

Open vedraj360 opened 1 year ago

vedraj360 commented 1 year ago

Thanks for developing the compress library. I am trying to use it but the compression is not working . The compressed video size is the same as the original video and I am not able to change the setting as the methods are private. I want to convert the video to Medium resolution. Any help would be appreciated.

a365344743s commented 1 year ago

try VideoConvertUtil.makeVideoBitrate to control video bitrate. And VideoConvertUtil.createCompressionSettings to control video resolution