2006-02-16, 11:42 PM
This is comskip working as it should - looking for black frames, etc. As sub says, when you have a movie with black frames, fade to black, etc., it may get flagged incorrectly as a commercial, or false positive. Rather than trying to tweak comskip that last 1% to address, this - and risk messing up an otherwise good setup - it's easier to tell it not to scan certain channels. You can do this through postprocessing bat by looking for this bit:
Rem The part below can be used to not run Comskip on certain channels, please modify for your conveniance.
Rem The channel numbers that should be skipped are the numbers between the double quotes ("").
Rem You can add "if" lines as much as you want
Rem To disable this behaviour use channel numbers outside the normal range, put a "rem" before the "if" or delete the "if" lines
Rem list of channels to not run comskip on
if "%2" == "52" goto eof:
if "%2" == "126" goto eof:
if "%2" == "127" goto eof:
if "%2" == "400" goto eof:
And editing the channel numbers accordingly; trust me, if I can figure it out, it must be simple.
Hope this helps.
Rem The part below can be used to not run Comskip on certain channels, please modify for your conveniance.
Rem The channel numbers that should be skipped are the numbers between the double quotes ("").
Rem You can add "if" lines as much as you want
Rem To disable this behaviour use channel numbers outside the normal range, put a "rem" before the "if" or delete the "if" lines
Rem list of channels to not run comskip on
if "%2" == "52" goto eof:
if "%2" == "126" goto eof:
if "%2" == "127" goto eof:
if "%2" == "400" goto eof:
And editing the channel numbers accordingly; trust me, if I can figure it out, it must be simple.
Hope this helps.
Celeron D 2.53GHz, 1024MB
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!
120GB, 160GB int, 80GB, 250GB ext, 40GB lan HDDs
PVR-150 retail, 1 wired MVP, 1 wireless MVP, OFA URC-8910 Remote
Look for me on XBox Live!