Log in

View Full Version : D2SRoBa + DVD2SVCD + DialhotV4.avs = Crashs


cw_uk
27th June 2004, 20:41
im trying this script with dvd2svcd/d2sroba and cce it either locks up D2SRoBa/DVD2SVCD and CCE, or it produces very strange results and starts encoding in CBR. if i try end tasking everything and try a recovery then i get strange prediction results which results in a encode of about 400mbs. :?: think i've tryed everything and i just cant get them working together :confused:
*NOTE: i am trying to reencode some avi files just incase yer wondering.

The avisynth script i trying to use
[AVISYNTH_Divx Filter]
0=BlindPP(cpu=4)
1=Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
2=Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
3=GripCrop(^TargetWidth, ^TargetHeight+^BorderTop+^BorderBottom, overscan=^overscan, source_anamorphic=^source_ana, dest_anamorphic=^dest_ana)
4=GripSize(resizer="^resizer")
5=Undot()
6=TemporalSoften(2,7,7,3,2)
7=DCTFilter(1,1,1,1,1,1,0.5,0)
8=GripBorders()
9=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^overscan=1
^source_ana=false
^dest_ana=false
^resizer=LanczosResize

DDogg
28th June 2004, 15:45
Before starting the encode you should preview using "preview" in the "Go" button on the conversion tab. Do you see video, or an error?

Or, when a script fails, you should go to your working directory and attempt to 'play' AviSynth_Script_file.avs to see if there is an error. What are the results?

I quickly checked the script and it seems to function correctly.

cw_uk
30th June 2004, 12:26
i think i've worked out what the problem is.. its down to DVD2SVCD giving up to early, i dont know if you noticed but with that script when you load in in to cce it takes a while to get going DVD2SVCD must have a certain time interval it waits before giving up with the error could not load.. etc. is there any way i can configure DVD2SVCD to wait longer for the file to load before giving up ?