Hello Arkay and thankyou for all you work.
My question for you is I am having trouble using Crunchie because I am using roll up 2 (no Audio on some channels). I have tried the work around with the new .dll file but Crunchie would halt on an error within DVRToolbox. Is it possible to have crunchie use Video Redo instead of DVRtoolbox?
Im now doing this and it seems to be working after a bit of playing around...
Using D/cut to edit the adverts out then D/cut dumps it to folder called To Be Encoded.
Running a batch script the converts the DVR-MS files in this folder to Mpeg using Video Redo automatically.
Scheduled Crunchie to run every night in Mpeg only mode.
So far this seems to be working with no problems.
Is it possible in the next version of Crunchie having the option of using Video Redo or DVRtoolbox?
If anyone is interested the script I used to for Video Redo to convert to Mpeg ...
Get this file, unzip it and put it in your Video Redo installation directory
http://www.jackelectronics.f2s.com/c...bws/index.html
*** Direct Link removed at Jackelectronics request ***
create a .bat file and add
FOR %%1 IN (*.dvr-ms) DO cscript //nologo "C:\Program Files\VideoReDoPlus\VideoReDo.vbs" "D:\Recorded TV\%%1" /q
Save it as video redo.bat or whatever you like in the folder where your DVR-MS files are
* Add the directory where you store your DVR-MS files. Change the E:\Tv Shows bit.
I then schedule the video redo.bat file to run at 11pm followed by Crunchie at 11.30pm.
So far it seems to work. I'm on my last few days of the trial period for Video Redo and I think i'll buy it as this way seems to automate to process nicely.
EDIT : Had posted an error in the script.. twice