I am using FFmpeg to concat videos in my android application.I have followed some of the steps to merge videos of different formats. For mp4 videos, i have to convert all input files to MPEG-2 TS files and then merge all the .ts files to get an output mp4 file.I am using FFmpeg to concat videos in my androi