2010-03-17, 05:39 PM
multiconvxvid0.12.zip
multiconvbat.bat
Line 1
[COLOR="Blue"]was->IF "%~z1" EQU 0 EXIT
now->IF "%~z1" EQU "0" EXIT[/COLOR]
I should have caught this stupid batch files LOL GB-PVR shouldn't put failed recordings in the conversions queue
Instead of looping forever waiting for mencoder to create a log file I added this code that only waits 5 minutes. That way if mencoder bombs multiconvbat continues.
[COLOR="Blue"]:: *****************************************************
:: Wait for log file to be created, but only 5 minutes
:: ******************************************************
for %%a in (1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20) DO (
IF EXIST "%logfile%" GOTO loop
timeout /T 15)[/COLOR]
I changed some xvid options in mencoder a little faster better quality.
Added statusgui to the archive.
I'm going to work on writing statusgui to also work with ffmpeg output. Then this will be universal. You should be able to run two instances on a dual core machine.
Sorry for all the updates I think this is stable
multiconvbat.bat
Line 1
[COLOR="Blue"]was->IF "%~z1" EQU 0 EXIT
now->IF "%~z1" EQU "0" EXIT[/COLOR]
I should have caught this stupid batch files LOL GB-PVR shouldn't put failed recordings in the conversions queue
Instead of looping forever waiting for mencoder to create a log file I added this code that only waits 5 minutes. That way if mencoder bombs multiconvbat continues.
[COLOR="Blue"]:: *****************************************************
:: Wait for log file to be created, but only 5 minutes
:: ******************************************************
for %%a in (1 2 3 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20) DO (
IF EXIST "%logfile%" GOTO loop
timeout /T 15)[/COLOR]
I changed some xvid options in mencoder a little faster better quality.
Added statusgui to the archive.
I'm going to work on writing statusgui to also work with ffmpeg output. Then this will be universal. You should be able to run two instances on a dual core machine.
Sorry for all the updates I think this is stable
Computer AMD 550 X4 unlocked @ 3.6ghz. 4 gigs ddr2 1066. 3 Samsung F3 500gb drives raid 0. HD 4870 Video. 2 ATI HD 650 PCie video capture cards. Scythe automatic temp/fan controller. 28" Hanns-G Monitor. Windows 7 x64