Hey if i have a Blu ray disk with the main movie spread out over like 20 files. How do i merge them together (in correct order)to 1 file so i can then use tsremux?
put all the .ts files in a directory easy to navigate to in the command prompt. hit start, click run, type cmd, hit enter. you should get a command prompt. navigate to the folder within the command prompt. use the following command... "copy /b *.ts filename.ts"....as long as the ts files are numbered sequentially they will now be merged as one big ts file.
Thanks for the replies everyone. silentjay i want to make sure i understand you. Lets say i have 10 files in my c drive named movie1.ts thru movie10.ts. should my command look like this copy/c/movie1.ts movie10.ts