2006-06-12, 04:03 AM
I have GBPVR set to autoconvert to xvid at 6pm, but it's not doing it (I have also checked the taskmanager to make sure).
My GBPVRRecordingService.exe.log will just keep going like this without the conversion actually happening:
I can convert files manually using this in the commandline:
If I change the autoconversion to start "ASAP", it'll immediately start converting.
What's going on?
My GBPVRRecordingService.exe.log will just keep going like this without the conversion actually happening:
Code:
6/11/2006 10:20:36 PM.081 VERBOSE [61] Hour is currently 22. Conversions will happen between 18:00 and 6:00
6/11/2006 10:50:36 PM.270 VERBOSE [61] Hour is currently 22. Conversions will happen between 18:00 and 6:00
6/11/2006 11:20:36 PM.458 VERBOSE [61] Hour is currently 23. Conversions will happen between 18:00 and 6:00
I can convert files manually using this in the commandline:
Code:
"c:\program files\devnz\gbpvr\third party\ffmpeg\ffmpeg.exe" -y -i "G:\Generation Renovation\Generation Renovation_20060611_18301900.mpg" -vcodec xvid -qcomp 0.7 -qblur 0.3 -mbd 2 -qmin 3 -qscale 4 -qmax 31 -qdiff 2 -bt 8000 -bf 3 -aic -umv -b_qoffset 75 -i_qfactor 250 -me full -g 300 -ac 2 -ab 224 -acodec mp3 -deinterlace -ec 2 -b_qoffset 1 "G:\Generation Renovation\Generation Renovation_20060611_18301900.avi"
If I change the autoconversion to start "ASAP", it'll immediately start converting.
What's going on?