Reputation: 40416
Is there any way to change video Recording type in android? I have sony ericsson Xperia I want to change video recording type in .Mp4,And its Record in .3gp
Upvotes: 2
Views: 2405
Reputation: 33149
You have to call the setVideoEncoder()
method of the MediaRecorder
. See also http://developer.android.com/reference/android/media/MediaRecorder.html.
Upvotes: 1