I am developing an app to capture video and download audio. I am able to save these files separately but could not find a way to combine these files to make a new video with audio.
Video file is in .mp4 format and audio is in .mp3 format. They have exact same length.
Is there any way to combine these files? I have tried but could not find a way to combine two files.
Also I can do it with FFMPEG but didn't get any best way how to implement this. Please help me out, I'm new in android.