Top "Android-mediarecorder" questions

MediaRecorder is the Android class used for recording Audio and Video available since API Level 1.

Is It Possible to Record Audio Through Android Emulator?

I am Working On a Medical Project and the app can able to record the conversation between doctor and patient …

android android-mediaplayer android-mediarecorder android-audiorecord
How to Append two videos in Android Programmatically

I am using this code. I need to merge two videos. It saved all videos in temp folder but not …

android video append mediarecorder android-mediarecorder
Difference between VOICE_COMMUNICATION and MIC in MediaRecorder.AudioSource

I am using media recorder for recording call in android using VOICE_COMMUNICATION & MIC mode alternatively. RECORD_SOURCE = MediaRecorder.…

android audio-recording android-mediarecorder android-audiorecord
Android camera preview callback and mediarecorder record video

I want to create an application,that has to record video (using media recorder) and recorded video need to format(…

android android-camera android-mediarecorder
Get/modify frames while recording mp4 with MediaRecorder

I am recording mp4 with the following code. But while I am recording, 1- is it possible get frames of …

android android-camera android-mediarecorder
Improve Audio Recording quality in android?

I am using the MediaRecorder for audio recording in android. I receive very poor audio quality when I record. I …

android voice-recording android-mediarecorder
Fix 3GP file after streaming from Android Media Recorder

I am trying to stream video from android camera through local unix socket and write file from stream to sdcard. …

android video video-streaming 3gp android-mediarecorder
Record with high volume in android

I am doing audio recording using MediaRecorder, but unfortunately when I playback the recorded audio, I have media with a …

android android-mediarecorder
Android capturing slow motion video

How can i capture slow motion video in my app? I tried using mMediaRecorder.setVideoFrameRate(100); but app crashes if i …

android android-camera android-mediarecorder slowmotion
How to add text on video recording?

I search lot but not find any solution. My question is how to add text to video while recording so …

android android-intent android-camera android-mediarecorder