2007-01-19, 09:57 PM
I have "Run during recording, instead of after recording" checked in Config / Processing.
Within my Postprocessing.bat file I have:
[INDENT]...
Rem list of channels to not run comskip on
if "%2" GEQ "68" goto eof
...
comskip %1
...
:eof
c:\tools\contig.exe -v %1 >> c:\program files\devnz\gbpvr\postprocessing.log[/INDENT]
The reason is I assign channels > 67 to my Svideo and composite in so I can record from my DVD player and VCR.
I would expect that when you set comskip to run AFTER recording, the postprocessing.bat file runs as is. My question is how is it handled when you select to run comskip DURING recording.
It appears to not touch postprocessing.bat at all. If this is the case, is there another way to tell comskip to not run on certain channels? (other then changing comskip to run only after recording... I like the during feature, as I often start watching a show before it completes the recording process.)
Within my Postprocessing.bat file I have:
[INDENT]...
Rem list of channels to not run comskip on
if "%2" GEQ "68" goto eof
...
comskip %1
...
:eof
c:\tools\contig.exe -v %1 >> c:\program files\devnz\gbpvr\postprocessing.log[/INDENT]
The reason is I assign channels > 67 to my Svideo and composite in so I can record from my DVD player and VCR.
I would expect that when you set comskip to run AFTER recording, the postprocessing.bat file runs as is. My question is how is it handled when you select to run comskip DURING recording.
It appears to not touch postprocessing.bat at all. If this is the case, is there another way to tell comskip to not run on certain channels? (other then changing comskip to run only after recording... I like the during feature, as I often start watching a show before it completes the recording process.)