INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 178 forks source link

Transcode Video: bitrate #68

Open gzgang opened 6 years ago

gzgang commented 6 years ago

Hi, when I use transcode method, I set a big bitrate, but the video still not clear. I've already commented out this code in VideoFormat.java file:

public void setVideoBitRateInKBytes(int bitRate) {

// if (width height 30 2 0.00007 < bitRate) { // bitRate = (int) (width height 30 2 0.00007); // } setInteger(KEY_BIT_RATE, bitRate * 1024); }