Page 1 of 1

Batch Processing of .TS files

Posted: Tue Aug 14, 2018 8:04 pm
by Tularis
Hello,

So I have a load of .TS files that have been captured.
But I want to edit the commercials from the permanently...

All of the guides I have found talk about creating a file that the video player reads to "skip" past them.
However I'm looking for a way batch process this so that I get a TS file out without the commercials?

Does anyone know a quick and easy way to do this...

I've tried videoredo with a sample script, but I get;

C:\Program Files (x86)\VideoReDoTVSuite4\vp.vbs(60, 1) (null): The server threw an exception.
This is the code, however I have no idea how to get it to process a dir full of .ts files..

Code: Select all

"C:\comskip\comskip.exe" %1
cscript //nologo "C:\Program Files (x86)\VideoReDoTVSuite5\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.ts" /t1 /q

Re: Batch Processing of .TS files

Posted: Wed Oct 10, 2018 11:30 am
by Moriarty
Is this not possible? It would be so useful to be able to match process the .ts files.

Re: Batch Processing of .TS files

Posted: Wed Oct 10, 2018 1:23 pm
by erik
You need to create a script that finds all .ts files and runs the commercial removal part on each .ts file.
google is your friend