5th February 2006

HowTo join multiple ts files

posted in reviews, windows |

Dealing with HDTV movies from newsgroups (usenet binaries) i had to join many .ts files ( movie.1080i.0001.ts , movie.1080i.0002.ts, movie.1080i.0003.ts , … ).

NullPacketStripper

I found this little java tool called NullPacketStripper . One of its features is “ automatically merge files following the filename.nnnn.ts (with nnnn being a 1-4 digit number) pattern “. You need to have a 1.4.x JVM installed. Just start the program NullPacketStripper.jar and select your movie.1080i.0001.ts as “Input file(s)”, press “Start processing” and wait until all parts are merged.

Ok and now something for the people that don’t like java. If the .ts files are split correctly you can simply join the files using your OS built in copy functions.

In windows just move all .ts files into one folder. Go to “DOS” command line (cmd.exe), navigate to your folder with the .ts files and type:

copy /b *.ts output-file.ts

or output the file to another drive like e:\

copy /b *.ts e:\output-file.ts

In linux it shouldn’t be that much harder. Just use the cat command.

This entry was posted on Sunday, February 5th, 2006 at 3:39 am and is filed under reviews, windows. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

There are currently 3 responses to “HowTo join multiple ts files”

Why not let us know what you think by adding your own comment! Your opinion is as valid as anyone elses, so come on... let us know what you think.

  1. 1 On December 22nd, 2011, Informasi Online Perkumpulan Orang Jawa Keluyuran di Sumatera said: [Quote]

    Informasi Online Perkumpulan Orang Jawa Keluyuran di Sumatera…

    […]HowTo join multiple ts files » Pictures and Code[…]…

  2. 2 On March 6th, 2012, Edit Sound said: [Quote]

    Edit Sound…

    […]HowTo join multiple ts files » Pictures and Code[…]…

  3. 3 On March 27th, 2012, NewsViva said: [Quote]

    NewsViva…

    […]HowTo join multiple ts files » Pictures and Code[…]…

Leave a Reply