lalongooo / video-compressor

Video compressor based in the Telegram for Android app source code.
GNU General Public License v2.0
262 stars 88 forks source link

question #40

Open 13212792577 opened 6 years ago

13212792577 commented 6 years ago

I think the quality of compression is a little bit poor, how to make the compression higher

mitchtabian commented 6 years ago

Go into the MediaController.java file and increase the bitrate. Increasing it to 5,000,000 will give you a bitrate of 5,000 kbps. You should see a big increase in quality.

savurajkumar commented 6 years ago

if we change 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 5MB max , please tell me if you guys have any solution