Кто подскажет, как это исправить...... спасибо
Код: Выделить всё
CamcorderProfile mProfile = CamcorderProfile.get(CamcorderProfile.QUALITY_480P);
mMediaRecorder.setVideoSize(mProfile.videoFrameWidth, mProfile.videoFrameHeight);
mMediaRecorder.setOrientationHint(90);
Подробнее здесь: https://stackoverflow.com/questions/784 ... webm-video