cw_uk
30th September 2003, 15:52
like the subject line says it just crashes when i select rip subtitles and then try to preview i havent yet tryed ripping without doing a preview first this i have tryed with tmpg,cce and procoder with the same result otherwise without subs it works perfectly if it helps this is the avisynth script i am useing..
[AVISYNTH_AutoDetectBorders]
0=LoadPlugin(!AutoCrop.dll)
1=AutoCrop(1,4,2,0,^OffsetTop,0,^OffsetBottom,^Threshold,5,0)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!AutoCrop.dll=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\AutoCrop\AutoCrop.dll
^OffsetTop=0
^OffsetBottom=0
^Threshold=20
[AVISYNTH_Test]
0=nf=0
1=DetectedTop=^DetectedTop. DetectedHeight=^DetectedHeight
2=BlocksToCropHorizontal=^BlocksToCropHorizontal. BlocksToCropVertical=^BlocksToCropVertical. BlockOptimization=^BlockOptimization
3=ResizeMethod=^ResizeMethod. Bicubic_b_Value=^b_value. Bicubic_c_Value=^c_value
4=GammaCorrection=^GammaCorrection. Hue=^Hue. Saturation=^Saturation. Brightness=^Brightness. Contrast=^Contrast
5=DebugMode=^DebugMode
6=DestinationWidth=^TargetWidth
7=DestinationHeight=^TargetHeight
8=LoadPlugin(!SimpleResize.dll)
9=Import(!SemiAutoCropAndResize.avs)
10=Undot()
11=Asharp(1, 4)
12=STMedianFilter(^S_FilterThreshHold,^S_EdgeThreshHold, 0, 0 )
13=MergeChroma(blur(^blur_chroma))
14=MergeLuma(blur(^blur_luma))
15=SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
16=ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "((nf >= SwitchThreshold) && (nf < ^scdtrigger)) ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,11+nf) ")
17=function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
18=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^DetectedTop.=74
^DetectedHeight=430
^BlocksToCropHorizontal.=2
^BlocksToCropVertical.=2
^BlockOptimization=16
^ResizeMethod.=2
[AVISYNTH_AutoDetectBorders]
0=LoadPlugin(!AutoCrop.dll)
1=AutoCrop(1,4,2,0,^OffsetTop,0,^OffsetBottom,^Threshold,5,0)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!AutoCrop.dll=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\AutoCrop\AutoCrop.dll
^OffsetTop=0
^OffsetBottom=0
^Threshold=20
[AVISYNTH_Test]
0=nf=0
1=DetectedTop=^DetectedTop. DetectedHeight=^DetectedHeight
2=BlocksToCropHorizontal=^BlocksToCropHorizontal. BlocksToCropVertical=^BlocksToCropVertical. BlockOptimization=^BlockOptimization
3=ResizeMethod=^ResizeMethod. Bicubic_b_Value=^b_value. Bicubic_c_Value=^c_value
4=GammaCorrection=^GammaCorrection. Hue=^Hue. Saturation=^Saturation. Brightness=^Brightness. Contrast=^Contrast
5=DebugMode=^DebugMode
6=DestinationWidth=^TargetWidth
7=DestinationHeight=^TargetHeight
8=LoadPlugin(!SimpleResize.dll)
9=Import(!SemiAutoCropAndResize.avs)
10=Undot()
11=Asharp(1, 4)
12=STMedianFilter(^S_FilterThreshHold,^S_EdgeThreshHold, 0, 0 )
13=MergeChroma(blur(^blur_chroma))
14=MergeLuma(blur(^blur_luma))
15=SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
16=ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "((nf >= SwitchThreshold) && (nf < ^scdtrigger)) ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,11+nf) ")
17=function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
18=function ConvertToYUY2(clip c){ return isYV12(c) ? c : convertToYV12(c) }
^DetectedTop.=74
^DetectedHeight=430
^BlocksToCropHorizontal.=2
^BlocksToCropVertical.=2
^BlockOptimization=16
^ResizeMethod.=2