2006-10-01, 01:43 PM
I have my ParallelProcessing.bat set to run comskip, comskippad & then comclean. It seems comclean runs fine (a log file shows up with details of where the ads are), but I'm not so sure comskippad is running & something is definitely wrong with comclean because there is no new cleaned file produced - just the file with "original" in the name with commercials included. I started redirecting the output of comclean to a file & am getting something like this:
Resulting cutpoints: 0:8:31 0:13:28 0:18:29 0:20:26
C:\Program Files\devnz\gbpvr>"c:\Program Files\devnz\gbpvr\mpgtx.exe" -j -f -o "H:\videos\pvr\Meerkat Manor\Meerkat Manor_20060930_00300100_clean.mpg" "H:\videos\pvr\Meerkat Manor\Meerkat Manor_20060930_00300100.mpg" [0:0:5-0:8:37] [0:12:21-0:17:18] [0:20:32-0:25:32] [0:30:2-0:31:59] [0:31:59-]
Resulting cutpoints: 0:8:31 0:13:28 0:18:29 0:20:26
but no file is showing up! Also, I'm redirecting any output from comskippad to a file & that is turning up empty each time - there is either no output or it's not running properly.
Here's my ParallelProcessing.bat file:
C:
cd "C:\Program Files\devnz\gbpvr"
echo %2 >"%~n1.REC"
echo %2 >"%~n1.PaP.REC"
REM *** The lines above are the first lines in ParallelProcessing.bat ***
REM *** Channels W/O Commercials ****
REM if "%2" == "13" goto end:
REM if "%2" == "14" goto end:
comskip %1
comskippad %1 > comskippad.log
call comclean %1 > comclean.log
RenameRecording.exe -t %1 > rename.log
REM *** The lines below are the last lines in ParallelProcessing.bat ***
:end
del "%~n1.REC"
And in case something is happening afterwards here's my PostProcessing.bat:
C:
cd "C:\Program Files\devnz\gbpvr"
echo %2 >"%~n1.PoP.REC"
DEL "%~n1.PaP.REC"
tart
Timeout.exe 5
IF EXIST "%~n1.REC" goto start:
REM *** Start Normal PostProcessing.bat Operation ***
REM *** End normal PostProcessing.bat entries ***
DEL "%~n1.PoP.REC"
Any help is very much appreciated. Thanks!
Resulting cutpoints: 0:8:31 0:13:28 0:18:29 0:20:26
C:\Program Files\devnz\gbpvr>"c:\Program Files\devnz\gbpvr\mpgtx.exe" -j -f -o "H:\videos\pvr\Meerkat Manor\Meerkat Manor_20060930_00300100_clean.mpg" "H:\videos\pvr\Meerkat Manor\Meerkat Manor_20060930_00300100.mpg" [0:0:5-0:8:37] [0:12:21-0:17:18] [0:20:32-0:25:32] [0:30:2-0:31:59] [0:31:59-]
Resulting cutpoints: 0:8:31 0:13:28 0:18:29 0:20:26
but no file is showing up! Also, I'm redirecting any output from comskippad to a file & that is turning up empty each time - there is either no output or it's not running properly.
Here's my ParallelProcessing.bat file:
C:
cd "C:\Program Files\devnz\gbpvr"
echo %2 >"%~n1.REC"
echo %2 >"%~n1.PaP.REC"
REM *** The lines above are the first lines in ParallelProcessing.bat ***
REM *** Channels W/O Commercials ****
REM if "%2" == "13" goto end:
REM if "%2" == "14" goto end:
comskip %1
comskippad %1 > comskippad.log
call comclean %1 > comclean.log
RenameRecording.exe -t %1 > rename.log
REM *** The lines below are the last lines in ParallelProcessing.bat ***
:end
del "%~n1.REC"
And in case something is happening afterwards here's my PostProcessing.bat:
C:
cd "C:\Program Files\devnz\gbpvr"
echo %2 >"%~n1.PoP.REC"
DEL "%~n1.PaP.REC"
tart
Timeout.exe 5
IF EXIST "%~n1.REC" goto start:
REM *** Start Normal PostProcessing.bat Operation ***
REM *** End normal PostProcessing.bat entries ***
DEL "%~n1.PoP.REC"
Any help is very much appreciated. Thanks!