Log in

View Full Version : Dvd Rebuilder with Procoder problem


Ghistho
9th October 2006, 11:48
Using DVDRB Pro with Procoder 2. During encoding process Procoder opens, starts but doesn't work. I have this message: The convertion is stopping. This can take a few minutes. After many minutes, Procoder is freezing (no response) and Windows Xp close it with an error message.
Don't know how to solve this problem :(

Here the log:

[23:41:23] Phase I, PREPARATION started.
- AVS Filters are enabled.
- VTS_01: 4 016 903 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 297 588 frames.
-- Building .AVS and .ECL files
- Reduction Level for DVD-5: 53,9%
- Overall Bitrate : 2 866Kbs
- Space for Video : 4 163 958KB
- HIGH/LOW/TYPICAL Bitrates: 2 871/2 865/2 866 Kbs
[23:48:51] Phase I, PREPARATION completed in 7 minutes.
[23:48:51] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
- Creating M2V for VTS_01 segment 1
- Creating M2V for VTS_01 segment 2
- Creating M2V for VTS_01 segment 3
- Creating M2V for VTS_01 segment 4
- Creating M2V for VTS_01 segment 5
- Creating M2V for VTS_01 segment 6
- Creating M2V for VTS_01 segment 7
- Creating M2V for VTS_01 segment 8
- Creating M2V for VTS_01 segment 9
- Creating M2V for VTS_01 segment 10
- Creating M2V for VTS_01 segment 11

blutach
9th October 2006, 13:49
When it opens again, does the encode re-start?

Regards

Ghistho
9th October 2006, 14:38
After long time I have to clic on STOP if I want to close the program. At this moment Procoder is freezing and Windows XP closes it with an error message.
When it is done, Procoder restarts with the same problems.

Ghistho
9th October 2006, 14:39
Here the log:

[15:26:56] Phase II ENCODING started
- Creating M2V for VTS_01 segment 11
-- V01001100004001 empty .M2V, retrying.
- Creating M2V for VTS_01 segment 11

Susana
9th October 2006, 14:53
AVS Filters are enabled.

have you tested an avs in virtualdub(mod) ?

you need eclpro, I suppose you know

jdobbs
9th October 2006, 17:21
Post your REBUILDER.INI file. That will make debugging a lot easier. A good guess would be that there is a problem with the filter(s) you've added.

Ghistho
9th October 2006, 17:28
Here my rebuilder.ini:

[Options]
Mode=3
OneClick=0
ReduceOpt=0
NoWarn=0
AdditionalOutput=1
LogFile=1
QuEncHQ=1
EncoderMinimized=1
RemoveDTS=1
HC_Quality=1
HC_Matrix=1
SkinVersion=12
Skin=Rebuilder Default
AudioDub=1
QuEncodeType=0
iDCT=0
GOP=0
DCPrec=0
MainMatrix=Encoder Default
LowMatrix=Same as Main Feature
VLowMatrix=Same as Main Feature
ExtraMatrix=Same as Main Feature
ProCoder_Quality=4
DVD_Label=DVD
DVD_Name=DVD.ISO
MovieOnly=0
HalfD1=00
Convert_16_9=00
DisableInterlace=00
ConvertToYUY2=1
CCE=1
AVSFilter01=LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DeGrainMedian.dll")
AVSFilter02=LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RemoveGrainS.dll")
AVSFilter03=LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\RepairS.dll")
AVSFilter04=LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\SSEToolsS.dll")
AVSFilter05=Import("C:\Program Files\AviSynth 2.5\plugins\DeHalo_alpha.avs")
AVSFilter06=Import("C:\Program Files\AviSynth 2.5\plugins\LRemoveDust.avs")
AVSFilter07=ConvertToYV12(Interlaced=True)
AVSFilter08=SeparateFields()
AVSFilter09=DeGrainMedian(limitY=2,limitUV=3,mode=1,interlaced=true)
AVSFilter10=DeHalo_Alpha()
AVSFilter11=LRemoveDust_YV12(10,1)
AVSFilter12=Weave()
AVSFilter13=
ISO_Output=0
ForceEncode=0
Completed=39
[Paths]
QuEnc=C:\Program Files\DVD-RB PRO\Encoders\QuEnc\QuEnc.exe
ReJig=C:\Program Files\DVD-RB PRO\Encoders\ReJig\ReJig.exe
HC=C:\Program Files\DVD-RB PRO\Encoders\HC Encoder\HCbatch.EXE
ProCoder=C:\Program Files\DVD-RB PRO\Encoders\EclPro\EclPro.exe
DECOMB=C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll
MPEG2DEC=C:\Program Files\DVD-RB PRO\DGDecode.dll
Working=D:\Dvd Work\
Output=D:\DVD FINAL\
CCENew=C:\Program Files\Cinema Craft Encoder SP v2.67.00.27\cctsp.exe
Source=G:\WWE - ONE NIGHT ONLY\DVD\VIDEO_TS\
[Audio]
Selected=1
Remapping=
[Subpictures]
Selected=

stereo
9th October 2006, 18:09
Doesn't Procoder require YUY2 input? Maybe that's the problem?

Susana
9th October 2006, 18:18
ConvertToYUY2=1

stereo
9th October 2006, 20:01
Yeah but doesn't the AVSFilter07=ConvertToYV12(Interlaced=True) override the ConvertToYUY2=1 line?

jdobbs
9th October 2006, 20:28
The ConvertToYV12 will actually do nothing, because the input from MPEG2Source will already be YV12. DVD-RB will add the ConvertToYUY2() after the the filters.

I don't know these filters so the problem could be anything. But the filters are making an assumption that the input is interlaced in more than one place. I'm not sure what affect that might have on a progressive source.

Also, make sure you don't have ProCoder (or ECLPRO) configured for outputing field oriented pictures -- I've heard that can be problematic.

@Gistho

What version of DVD-RB are you using? Judging by what I see it's a pretty old one... you really need to upgrade to the latest version (v1.10.9).

Ghistho
11th October 2006, 23:34
Hello,

I have updated Dvd Rebuilder but I still have the same problem with Procoder. I have done some backups in the past without any problem. Should I remove AVSFilter07=ConvertToYV12(Interlaced=True) from the avs filter ?

jdobbs
12th October 2006, 00:10
Remove all the filters. Then run DVD-RB. That will at least establish where the problem is.

My suspicion is that with that number of filters there's a high probablility there is a conflict somewhere...

Also, look in your ECLPRO INI file and make sure you don't have "AlwaysFrame=0" set.

Ghistho
14th October 2006, 20:21
Hello,

I still have the same problem with "AlwaysFrame=1" in ECLPRO INI.
I already did some backups correctly with this filter.

Ghistho
17th October 2006, 07:43
Could it be a source problem ?

jdobbs
17th October 2006, 11:55
Have you tried reinstalling ProCoder and ECLPRO. The problem is clearly within the encoder and its settings.

march2006
17th October 2006, 17:04
My desktop has Procoder2 with RB 1.09 till working fine

my laptop had procoder2 with rb 1.10.8 with procoder before it works somehow doesnt work anymore.

Unisntall nad reinstall procoder and RB till give me errrors.. CCE sp2 no pblem.

There are so many placed manually uninstall RB AT ALL?

I tried to uninstall and install rb1.10.8 to 1.10.9 same problem and install back to 1.09 till have a problem with my notebook

eerrror: Canopus Procoder2 has encountered problem close program thanks please help

when u click on ENCODE and PROCODER open up and try to initial step and i guess Wont locate procoder2 correctly
thats why message comes up thanks


info:

[14:33:53] Phase I, PREPARATION started.
- DVD-RB v1.10.9
- AVISYNTH 2.5.7.0
- ProCoder selected.
- VTS_01: 3,611,022 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 324,151 frames.
-- Building .AVS and .ECL files
- Reduction Level for DVD-5: 59.8%
- Overall Bitrate : 3,134/2,507Kbs
- Space for Video : 4,137,624KB
- HIGH/LOW/TYPICAL Bitrates: 4,085/2,169/2,507 Kbs
[14:51:30] Phase I, PREPARATION completed in 18 minutes.
[14:51:45] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
-- V01000000001001 no .M2V, retrying.
- Creating M2V for VTS_01 segment 0
-- V01000000001001 no .M2V, retrying.
- Creating M2V for VTS_01 segment 0

RB INI:
[Options]
Mode=3
OneClick=0
ReduceOpt=0
NoWarn=0
AdditionalOutput=1
LogFile=1
QuEncHQ=1
EncoderMinimized=1
RemoveDTS=1
HC_Quality=1
HC_Matrix=1
SkinVersion=12
AudioDub=1
QuEncodeType=0
iDCT=0
GOP=0
DCPrec=0
MainMatrix=Encoder Default
LowMatrix=Same as Main Feature
VLowMatrix=Same as Main Feature
ExtraMatrix=Same as Main Feature
ProCoder_Quality=4
DVD_Label=1
DVD_Name=1.ISO
MovieOnly=0
HalfD1=00
Convert_16_9=00
DisableInterlace=00
ConvertToYUY2=1
Skin=Rebuilder Default
CCE=4
ForceEncode=0
[Paths]
QuEnc=C:\Program Files\DVD-RB PRO\Encoders\QuEnc\QuEnc.exe
ReJig=C:\Program Files\DVD-RB PRO\Encoders\ReJig\ReJig.exe
HC=C:\Program Files\DVD-RB PRO\Encoders\HC Encoder\HCbatch.EXE
ProCoder=C:\Program Files\DVD-RB PRO\Encoders\EclPro\EclPro.exe
DECOMB=C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll
MPEG2DEC=C:\Program Files\DVD-RB PRO\DGDecode.dll
Working=C:\DOCUMENTS AND SETTINGS\FRANKIE NGUYEN\DESKTOP\TEMP\
Output=N:\
CCENew=C:\Program Files\Custom Technology\Cinema Craft Encoder SP2\ccew.exe
Source=N:\WAITING TO BURN\LOVING YOU DVD-9S\1\
[Audio]
Selected=
Remapping=
[Subpictures]
Selected=

ELCPRO INI:
[Options]
Procoder=C:\Program Files\Canopus\ProCoder 2\Procoder2.exe
Delay=0
Pause=20
Priority=0
Minimize=1
NoPathWarn=0
[Quality]
Quality=4
AutoParameters=1
AlwaysGOP15=0
Alwaysframe=0
[Debug]
StrictGOPBrateControl=0
[Temp]
Filename=


errror:

[14:33:53] Phase I, PREPARATION started.
- DVD-RB v1.10.9
- AVISYNTH 2.5.7.0
- ProCoder selected.
- VTS_01: 3,611,022 sectors.
-- Scanning and writing .D2V & .AVS files
-- Processed 324,151 frames.
-- Building .AVS and .ECL files
- Reduction Level for DVD-5: 59.8%
- Overall Bitrate : 3,134/2,507Kbs
- Space for Video : 4,137,624KB
- HIGH/LOW/TYPICAL Bitrates: 4,085/2,169/2,507 Kbs
[14:51:30] Phase I, PREPARATION completed in 18 minutes.
[14:51:45] Phase II ENCODING started
- Creating M2V for VTS_01 segment 0
-- V01000000001001 no .M2V, retrying.
- Creating M2V for VTS_01 segment 0
-- V01000000001001 no .M2V, retrying.
- Creating M2V for VTS_01 segment 0

Ghistho
23rd October 2006, 13:21
I have reinstalled Procoder and ECLPRO without results. :(

jdobbs
23rd October 2006, 16:50
Have you removed the filters? It seems you refuse to do so, even though the probability is very high that the problem is there.

Until you do I can't help you.

march2006
23rd October 2006, 17:32
I got my procoder2 working now.. I know what happened.. Dont include all filter that you dont need. Uninstall avisynth and deleted all plugin and keep a few as default and run again. Procoder2 will work. I got my procoder2 working great now