TS file joining

Want something added? Ask for it here.
Post Reply
RXP
Jr. Member
Jr. Member
Posts: 53
Joined: January 22nd, 2008, 8:57 am

TS file joining

Post by RXP »

I wasn't sure if I should put this in the post processing scripts thread. But will SAB in the future join ts files like Grabit can?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: TS file joining

Post by shypike »

It's on the to-do list as Ticket #28, but with no planning attached yet.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: TS file joining

Post by switch »

TS joining is fairly trivial and should be in the 0.5 release.
RXP
Jr. Member
Jr. Member
Posts: 53
Joined: January 22nd, 2008, 8:57 am

Re: TS file joining

Post by RXP »

omg, awesome! Been waiting for this for years  :)
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: TS file joining

Post by switch »

It's not hard to set up a post processing script, especial on windows using:

Code: Select all

copy /B *.ts newfile.ts
(needs more code to move to the directory, delete previous .ts file and rename the file something other than newfile, but you get the gist.
Post Reply