I want to capture some videos and concat these videos on iOS. Now, I capture a video and save the video as file. After that, ffmpeg module concat these videos.
But ffmpeg is very very slow. And file handling is also slow.
Please advise me another way to concat some videos. Videos captured by showCamera() and Ti.Media.startVideoCapture() method.
Thank you.