2005-12-13, 08:00 AM
This is how to integrate into your postprocessing.bat
It can NOT be used in paralellprocesing.bat because the file MUST be completely written before.
When using retime it should be
or if you use mencoder
I word of warning: I did NOT test so apriciate your feedback.
It can NOT be used in paralellprocesing.bat because the file MUST be completely written before.
When using retime it should be
Code:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
retime "%~dpn1_faulty.mpg" "%~dpn1.mpg"
comskip %1
rectracker %1 > rectracker.log
or if you use mencoder
Code:
move "%~dpn1.mpg" "%~dpn1_faulty.mpg"
"c:\program files\mplayer\mencoder.exe" -of mpeg -ovc copy -oac copy "%~dpn1_faulty.mpg" -o "%~dpn1.mpg"
comskip %1
rectracker %1 > rectracker.log
I word of warning: I did NOT test so apriciate your feedback.
P4 3GHz 1GB, 250GB, nVidia dualTV, GBPVR 1.3.11, XP
Support Comskip, visit the forum and donate at http://www.comskip.org/
Support Comskip, visit the forum and donate at http://www.comskip.org/