Batch Processing of .TS files

Here you can ask your questions on how to use Comskip for the detection of commercials. Also questions on how to remove commercials are welcome
Post Reply
Tularis
Posts: 1
Joined: Tue Aug 14, 2018 7:59 pm

Batch Processing of .TS files

Post 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
Moriarty
Posts: 1
Joined: Wed Oct 03, 2018 10:21 am

Re: Batch Processing of .TS files

Post by Moriarty »

Is this not possible? It would be so useful to be able to match process the .ts files.
erik
Site Admin
Posts: 3368
Joined: Sun Aug 21, 2005 3:49 pm

Re: Batch Processing of .TS files

Post 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
Post Reply