How To Join / Merge TS Video Files Together "free and easy"

  1. 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].)
  2. Open notepad or notepad++.
  3. Copy code below to the notepad.
  4. Save the file as .bat file.
  5. Put the .bat file and the videos in a folder.
  6. Run the .bat file and the merged ts video will generated.


copy /b *.ts MergedFile.ts
pause>nul