• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Merging audio with video clip

Hi all,
I have a small video clip of 30 seconds and a small audio file. The problem is how to write code to merge them into a single file. i have never written code for multimedia applications for android and don't know if the merging is possible with android media framework.
Please guide me through this.
Thanks
 
well in java there is a Java Media Framework (JMF) that facilitates the merging of audio and video with few lines of code. I tried it with an android application but when i include jmf.jar , android throws some exception. Now I am not sure whether JMF will work as-is on android platform or is there any JMF counterpart for android platform. :( :confused:
 
Hi neoscreenager,

I need lines of code to merge audio and video. Please can you guide to the merging of audio and video
 
If you read the whopping 5 posts in this thread, you would realize that he is talking about merging the audio and video on the phone, not on a computer.
True, however he is pointing out correctly how it can be done on PC, and by that giving a hint - the merging process doesn't require huge processing power (like on a PC), because it will follow video and audio stream re-packaging. Such tasks take max a few minutes on PC.
 
Back
Top Bottom