TS file joining
TS file joining
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?
Re: TS file joining
It's on the to-do list as Ticket #28, but with no planning attached yet.
Re: TS file joining
TS joining is fairly trivial and should be in the 0.5 release.
Re: TS file joining
omg, awesome! Been waiting for this for years 
Re: TS file joining
It's not hard to set up a post processing script, especial on windows using:
(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.
Code: Select all
copy /B *.ts newfile.ts

