This is very short, and it works!
VideoReDo is known for it's ability to use fades on cuts, and maintain audio sync, something that mpgtx (with comclean) didn't always do.
So for those of you that have VideoReDo, but want gbpvr to automatically cut the commercials, using either a comskip generated .vprj (videoredo cutlist) or a ShowAnalyzer generated .vprj, here's how.
1) Get VideoReDo if you don't have it already. 15 day trial is free, but the program is ~$50. It works so well, I'm seriously tempted to actually buy it
http://www.videoredo.com
2) Set up comskip or SA to output the videoredo project file (.vprj)
In comskip.ini, add the line: output_videoredo=1
In SA, open config, Global, Output tab, and put a tick in the "Output VideoReDo Project file.
If you don't have comskip, look here: http://forums.nextpvr.com/showthread.php...ht=comskip
If you don't have ShowAnalyzer, look here: http://www.dragonglobal.com
3) Modify your postprocessing.bat so it looks like this:Note that I'm also using renamerecordings, which works perfectly.
Delete the last line if you're not using it.
Remove the REM from the appropriate line above. The second, if you're using SA, the fourth, if you're using comskip.
If you are using PVRPowertray, and PreProcessing.bat, then just run SA from there, and leave this file as is.
Copy and paste the content above, into notepad, and save it as "PostProcessing.bat" (including the quotes) in the c:\program files\devnz\gbpvr folder
Credits:
Based on an original concept found in the VideoReDo forums.
Modified to use GBPVR's filename conventions by rpalmer68 in the DragonGlobal forums.
The actual postprocessing.bat is mine.
Comskip by Erik
Showanalyzer by Jere_Jones
VideoReDo is known for it's ability to use fades on cuts, and maintain audio sync, something that mpgtx (with comclean) didn't always do.
So for those of you that have VideoReDo, but want gbpvr to automatically cut the commercials, using either a comskip generated .vprj (videoredo cutlist) or a ShowAnalyzer generated .vprj, here's how.
1) Get VideoReDo if you don't have it already. 15 day trial is free, but the program is ~$50. It works so well, I'm seriously tempted to actually buy it
http://www.videoredo.com
2) Set up comskip or SA to output the videoredo project file (.vprj)
In comskip.ini, add the line: output_videoredo=1
In SA, open config, Global, Output tab, and put a tick in the "Output VideoReDo Project file.
If you don't have comskip, look here: http://forums.nextpvr.com/showthread.php...ht=comskip
If you don't have ShowAnalyzer, look here: http://www.dragonglobal.com
3) Modify your postprocessing.bat so it looks like this:
Code:
REM If you use Showanalyzer, unREM the next line
REM "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"
RenameRecordings %1 > renamerecordings.log
Delete the last line if you're not using it.
Remove the REM from the appropriate line above. The second, if you're using SA, the fourth, if you're using comskip.
If you are using PVRPowertray, and PreProcessing.bat, then just run SA from there, and leave this file as is.
Copy and paste the content above, into notepad, and save it as "PostProcessing.bat" (including the quotes) in the c:\program files\devnz\gbpvr folder
Credits:
Based on an original concept found in the VideoReDo forums.
Modified to use GBPVR's filename conventions by rpalmer68 in the DragonGlobal forums.
The actual postprocessing.bat is mine.
Comskip by Erik
Showanalyzer by Jere_Jones
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR