Sruthi Padathara George
Results
1
comments of
Sruthi Padathara George
Finally I found the solution String s="-i "+mFileTemp.getPath()+" -i "+mFileTemp2.getPath()+" -i "+mFileTemp3.getPath()+" -filter_complex [0:0][1:0][2:0]concat=n=3:v=0:a=1[out] -map [out] "+originalFile.getPath(); String [] ss= s.split(" "); Pass this array to ffmpeg.execute(..). This works for...