Comclean plugin v 0.0.5

Description:
This utility can be used inside your postprocessing.bat right after comskip.
It will delete all the segments marked by comskip as commercials.
The internal resolution for specifying the cuts is limited to 1 second.
The cutting is done at GOP boundaries but a typical GOP from a hardware mpeg recorder is 
less then a second.
After cutting the resulting cutpoints in the new file are show allowing a manual afteredit for archiving purposes
The original recording is renamed to *_original.mpg

Bugs fixed
V 0.0.4
- Now works with any amount of dashes to can be used for both SA and comskip
- No cleaned file generated when the first commercial starts at frame 0
V 0.0.3
- No cleaned file generated when the first commercial starts at frame 1
V 0.0.2
- No cleaned file generated when no commercials where found.

Instalation:
Copy comclean.bat and mpgtx.exe into the gbpvr home directory
Take a look at comclean.bat to update when needed the framerate*100 (2500 for PAL, 2997 for NTSC)
and where mpgtx.exe can be fould (normally no update needed).


Credits:
The program that does all the work is mpgtx.exe. It can be found at sourceforge but be warned:
the only working windows version is hidden inside a bugtracker forum.

Example postprocessing.bat

comskip %1
call comclean %1
Renamerecording %
