Log in

View Full Version : DVD2SVCD Crashes when selecting "rip subtitles"


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

DDogg
30th September 2003, 16:28
Wasn't this fixed in a test build several versions back? You did not mention what version you were using which makes it hard to answer your question. Could you please try the build in this thread: http://forum.doom9.org/showthread.php?s=&postid=378979#post378979 (from dvd2svcd dated september 26) and report back?

cw_uk
30th September 2003, 16:45
hehe sorry i thought i had mentioned i was useing the latest version from dvd2svcd.org 1.2.1 Build 2 the test version seems to be working fine with rip subtitles selected but it dont show them in preview.. ah wait it does its just not showing them correctly with this test script im working on maybe i need to reorder it to position them correctly thxs for the help DDogg