VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Aug 2021
    Location
    Australia
    Search Comp PM
    I tried to do bat file with
    copy /b *.ts all.ts
    which combined all the ts file
    but I have thousands of ts file which mux not in order for the final file - the timeline is like 33.ts 330.ts 331.ts ... 3300.ts 3301.ts etc
    starting ts file number is 31.ts

    what should I do ...?
    Quote Quote  
  2. My first idea, would be to rename the files so they have leading zeros to match the length of the largest number, before processing them with copy. (i.e. using https://www.den4b.com/products/renamer with it's padding function)
    users currently on my ignore list: deadrats, Stears555, marcorocchini
    Quote Quote  
  3. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    Originally Posted by yy0901 View Post
    I tried to do bat file with
    copy /b *.ts all.ts
    which combined all the ts file
    but I have thousands of ts file which mux not in order for the final file - the timeline is like 33.ts 330.ts 331.ts ... 3300.ts 3301.ts etc
    starting ts file number is 31.ts

    what should I do ...?
    If these are from a DP series Beyonwiz take a look at this site and ask the question there. There was a small windows program locally developed to do this https://forums.whirlpool.net.au/thread/9n1jx58m?p=-1#bottom
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  4. Create a sorted list of TS files: Use the dir command to generate a text file with the list of files sorted correctly. Combine files in order: Once the list is sorted, you can combine them in the desired order.

    Last edited by beyonslay; 28th Mar 2025 at 12:09.
    Quote Quote  
  5. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    See if you can find this program, it was designed back in 2011 to do just what you need. YARDWiz-0.3.2-win32setup2 or this older but less friendly GUI WizFX1.0.2.3
    SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851
    Quote Quote  
  6. You can use ffmpeg and https://trac.ffmpeg.org/wiki/Concatenate or use tsMuxeR - properly combined TS will have Continuity Counter monotonically increasing and as such error free.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!