2009-08-17, 01:44 AM
Hello i use to have everything setup for a while and working realy good, record and cut add with comskip-comclean and after transcode in .avi with Zprocess. But my computer when down and i have to to everything again with the new Zprocess2 but that not working in the postprocessing, comskip-comclean no problem but Zprocess2 dont whant to work, it will work fine if i drop a file in but not in the postprocessing?? in the config it will work but before the add is cut.
here the postprocessing
@echo off
rem Set CmdLine="C:\Program Files\devnz\gbpvr\Third Party\Ztools\ZProcess2.exe" %1 comskip comclean transcode 2avi auto
comskip %1
call comclean %1
Renamerecording %
Set CmdLine="C:\Program Files\Devnz\GBPVR\Third Party\ztools\ZProcess2.exe" %1 transcode 2avi auto
c:
cd "C:\Program Files\devnz\gbpvr"
echo. >> PostProcessing.Log
echo ************************************** >> PostProcessing.Log
echo %date% %time% Processing %1 from Channel %2 >> PostProcessing.Log
echo %date% %time% Processing the following... >> PostProcessing.Log
echo %CmdLine% >> PostProcessing.Log
call %CmdLine%
goto eof
thank
here the postprocessing
@echo off
rem Set CmdLine="C:\Program Files\devnz\gbpvr\Third Party\Ztools\ZProcess2.exe" %1 comskip comclean transcode 2avi auto
comskip %1
call comclean %1
Renamerecording %
Set CmdLine="C:\Program Files\Devnz\GBPVR\Third Party\ztools\ZProcess2.exe" %1 transcode 2avi auto
c:
cd "C:\Program Files\devnz\gbpvr"
echo. >> PostProcessing.Log
echo ************************************** >> PostProcessing.Log
echo %date% %time% Processing %1 from Channel %2 >> PostProcessing.Log
echo %date% %time% Processing the following... >> PostProcessing.Log
echo %CmdLine% >> PostProcessing.Log
call %CmdLine%
goto eof
thank