2007-12-21, 07:23 PM
I am having so much problems getting anything to run consistently from the postprocessing file.
This is my current postprocessing
REM If you use Showanalyzer, unREM the next line
"C:\Program Files\Dragon Global\ShowAnalyzer\ShowAnalyzer.exe" %1
REM If you use comskip, unREM the next line
REM "C:\Program Files\devnz\gbpvr\comskip.exe" %1
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.mpg" /t1 /q
Rem RENAME the old .mpg file and rename the new one to the old name
move "%~dpn1.mpg" "%~dpn1_original.mpg"
move "%~dpn1_cleaned.mpg" "%~dpn1.mpg"
When it runs the showanalyzer window pops up showing the gbpvr folder and asks me to select a file to edit. I would like it to read the recording directory F:\Recordings
This is my current postprocessing
REM If you use Showanalyzer, unREM the next line
"C:\Program Files\Dragon Global\ShowAnalyzer\ShowAnalyzer.exe" %1
REM If you use comskip, unREM the next line
REM "C:\Program Files\devnz\gbpvr\comskip.exe" %1
cscript //nologo "C:\Program Files\VideoReDoPlus\vp.vbs" "%~dpn1.VPrj" "%~dpn1_Cleaned.mpg" /t1 /q
Rem RENAME the old .mpg file and rename the new one to the old name
move "%~dpn1.mpg" "%~dpn1_original.mpg"
move "%~dpn1_cleaned.mpg" "%~dpn1.mpg"
When it runs the showanalyzer window pops up showing the gbpvr folder and asks me to select a file to edit. I would like it to read the recording directory F:\Recordings