You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code uses the width * 1500 to estimate the bitrate. Could you explain why this would be a good estimate? if( !bit_rate ) { bit_rate = out_width * 1500; } // estimate bit rate based on output size
The code uses the
width * 1500to estimate the bitrate. Could you explain why this would be a good estimate?if( !bit_rate ) { bit_rate = out_width * 1500; } // estimate bit rate based on output size