How To Join / Merge TS Video Files Together "free and easy"
- Rename all the video according to their order sequences.(Example: If videos are from 1-1000, make sure the all the videos name are 4 digits, [0001-1000].)
- Open notepad or notepad++.
- Copy code below to the notepad.
- Save the file as .bat file.
- Put the .bat file and the videos in a folder.
- Run the .bat file and the merged ts video will generated.
copy /b *.ts MergedFile.ts
pause>nul