2007-02-11, 02:53 AM
Whats up
I was wondering if their was a way to tell if comskippad is working or not.
Everything in my postprocessing Bat.file is working but I'm not sure about comskippad. Here are the Bat files if that helps anyone. Thanks for any help.:confused:
:generic
Rem The actual run of Comskip. Only one parameter, the name of the mpeg file to process.
Rem Comskip will read its settings from the Comskip.ini found in the same directory as Comskip.exe
Rem Both are supposed to be in the GBPVR default program directory. (C:\Program Files\devnz\gbpvr\)
rectracker %1 > rectracker.log
comskip %1 > comskip.log
comskippad %1 > comskippad.log
:continue
Rem Once the commercials have been identified you can run comclean to delete the commercials from the recording.
Rem Do this only when you are not using the Skip function in the GBPVR viewer.
Rem To enable comclean remove the word "Rem" from the following line.
call comcut %1 > comcut.log
RenameRecording.exe -t %1 > rename.log
:eof
I was wondering if their was a way to tell if comskippad is working or not.
Everything in my postprocessing Bat.file is working but I'm not sure about comskippad. Here are the Bat files if that helps anyone. Thanks for any help.:confused:
:generic
Rem The actual run of Comskip. Only one parameter, the name of the mpeg file to process.
Rem Comskip will read its settings from the Comskip.ini found in the same directory as Comskip.exe
Rem Both are supposed to be in the GBPVR default program directory. (C:\Program Files\devnz\gbpvr\)
rectracker %1 > rectracker.log
comskip %1 > comskip.log
comskippad %1 > comskippad.log
:continue
Rem Once the commercials have been identified you can run comclean to delete the commercials from the recording.
Rem Do this only when you are not using the Skip function in the GBPVR viewer.
Rem To enable comclean remove the word "Rem" from the following line.
call comcut %1 > comcut.log
RenameRecording.exe -t %1 > rename.log
:eof