Manao
23rd January 2003, 16:06
I have the following avs :
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\MPEG2DEC3.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\Convolution3DYV12.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\FluxSmooth-2.5.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\Decomb.dll")
MPEG2Source("C:\Ripp\veracruz.d2v",cpu=0)
FieldDeinterlace(blend=true,full=true,chroma=false)
FluxSmooth(10,10)
crop(12,4,-12,-0)
BilinearResize(576,432)
TemporalSoften(3,3,3,mode=1,scenechange=10)
Convolution3d(0,8,8,8,8,2.8,0)
It doesn't work. When I load it in VDubMod, it shows the movie, but if I parse the file with the right and left arrows, the frames repeat themself ( if I was on frame XXX, it will show frame XXX+1 then frame XXX and so on ) If I parse with the cursor, no problem. If I comment FieldDeinterlace or TemporalSoften, it will work.
Any ideas ?
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\MPEG2DEC3.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\Convolution3DYV12.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\FluxSmooth-2.5.dll")
LoadPlugin("D:\Program Files\DVD Ripp\AviSynth2\Plugins\Decomb.dll")
MPEG2Source("C:\Ripp\veracruz.d2v",cpu=0)
FieldDeinterlace(blend=true,full=true,chroma=false)
FluxSmooth(10,10)
crop(12,4,-12,-0)
BilinearResize(576,432)
TemporalSoften(3,3,3,mode=1,scenechange=10)
Convolution3d(0,8,8,8,8,2.8,0)
It doesn't work. When I load it in VDubMod, it shows the movie, but if I parse the file with the right and left arrows, the frames repeat themself ( if I was on frame XXX, it will show frame XXX+1 then frame XXX and so on ) If I parse with the cursor, no problem. If I comment FieldDeinterlace or TemporalSoften, it will work.
Any ideas ?