I am recording a video using android MediaRecorder
mMediaRecorder.setOrientationHint(degrees);
I used this to rotate the video. It records in correct orientation and MXplayer plays this in correct orientation. The problem is the vlc player and other players are not playing it in the correct orientation.
Can anyone help me on this ?
Thanks in advance.