VideoCompress
VideoCompress copied to clipboard
video quality
The compressed video quality is very low.. How can i increase the quality a bit higher.
@kishoreangadi Have you got any solution for this?
@yovenny How to increase the bitrate?
its been year , nobody answering is this issue still open ? anyone got any solution ?
i think telegram have 4 options to set quality we haven't here any .
ok i found the solution increase the bitrate 921600*4 in MediaController class .
also add
if (rotationValue == 0) {
Log.d("rotation","0");
int temp = resultHeight;
resultHeight = resultWidth;
resultWidth = temp;
}
in MediaController .class