You can use ffmpeg. Following is an example if you're using windows:
Make a text file with all input videos like this:
# This is a comment
file 'G:\adir\part1.mp4'
file 'G:\adir\part2.mp4'
Assuming that you named it "input.txt" execute this command:
ffmpeg -f concat -i input.txt...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.