2006-04-20, 08:09 PM
I'm trying to get Comskip and Comclean to work, but am not having much luck.
I copied Comskip and Comclean to my GB-PVR directory.
I created a postprocessing.bat file with the following lines:
comskip %1
call comclean %1
Comskip runs fine, and creates the various logs and text files. Comclean aborts and never runs. So, I modified my postprocessing.bat file to read:
comskip %1
call comclean %1 >>comclean.log 2>>comclean.err
The comclean.log is empty (0 bytes), and the comclean.err file simply says "The syntax of the command is incorrect."
What am I doing wrong?
Thanks,
Anthony
I copied Comskip and Comclean to my GB-PVR directory.
I created a postprocessing.bat file with the following lines:
comskip %1
call comclean %1
Comskip runs fine, and creates the various logs and text files. Comclean aborts and never runs. So, I modified my postprocessing.bat file to read:
comskip %1
call comclean %1 >>comclean.log 2>>comclean.err
The comclean.log is empty (0 bytes), and the comclean.err file simply says "The syntax of the command is incorrect."
What am I doing wrong?
Thanks,
Anthony