I am merging multiple .mp4 file into single .mp4 after merging only first .mp4 is displayed properly and other video is not displayed.
I used this ffmpeg
command
ffmpeg -f concat -i " + strTextPath + " -c copy " + strFinalMergedVideoPath;
I am merging multiple .mp4 file into single .mp4 after merging only first .mp4 is displayed properly and other video is not displayed.
I used this ffmpeg
command
ffmpeg -f concat -i " + strTextPath + " -c copy " + strFinalMergedVideoPath;