I want to Record a video On completion of Recording i would like merge an external audio file,finally save it as a video with my Loaded mp3. is it possible in android?
Related
I want to play multiple audio files simultaneously in sync. I , file on the SD-Card, or a file in a specific folder). I want to be able to put a delay on the files and adjust the play rate.
I have looked MediaPlayer, MediaPlayer seems like the right path, but they are not synchronous multiple audio into single audio.
Android Video Live Streaming Problem
I am using Vitamio library. The RTSP streaming is working well, Now I want to record that RTSP live streaming in my SD card locally. please help !!!
Or can i use media recorder to record RTSP live streaming ?
Media Recorder is not the good way to record RTSP video, I have used the FFMPEG library to record RTSP recording locally in sd card.
Steps to do this.
Capture or decode the RAW frames from live stream and pass them to ffmpeg and save them to sdcard in .h264 format.
Then again pick .h264 raw file and decode the file using ffmpeg, and save the file with extention .mp4 into sd card.
delete the .h264 file programmatically, and save only .mp4, or which format you want.
Try .mp4 playback.
I am able to record long time such as upto 5mb video's into my sd card.
I want to capture a large video file using android media recorder. When i use the standard method by saving the file into sd card, after some time (1 hour) video capturing stopped and the camera hanged. Captured video file was also not playable since it stops during capturing. Is there any method to capture a large video file with android?
I need to encode the audio/video files that are placed in sdcard.
Then later on I have an User-Interface, where there is a media player where in I play these encoded files after decoding them.
Reason I need to encode these files is because, I dont want these files to be played by Android's default Media Player and want them to be played by my own App's Media Player.
Could you please suggest me some audio/video encoders and decoders supported by android.
Thank you
I need to capture the video and video save to the sd card using hardware.camera class.
I created sample application with Camera.callback. It work fine. But saved video not working.
I saved the file in 3gp format. Each byte array added to a single byte array.And it saved to 3gp format.But it is not working.
After i substitute the header and footer portion 3gp in to that file. But it is not working. what i do to record video in this way(hardware.camera)?
The Android MediaRecorder class handles recording video withough having to implement the camera callback. It is capable of saving files in the 3GP format
http://developer.android.com/reference/android/media/MediaRecorder.html