Log in

View Full Version : Conflict between TemporalSoften ( 210103 ) and decomb ( 4b6 )


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 ?

sh0dan
23rd January 2003, 17:29
Probably a cache issue - I'll try it out!

sh0dan
23rd January 2003, 17:43
Sorry - I cannot reproduce. Using the exact same versions (flux 1.0, latest Convolution. Are you using Marc's latest mpeg2dec3?

Try writing the simplest script possible to reproduce the error. And I don't quite understand what you mean - is the picture order correct when you do playback in vdubmod, but not when holding down one of the arrow keys?

Manao
23rd January 2003, 20:29
I had two VDubMod opened, and one compressing something. When I closed both, and then try again to open the avs with a new VDubMod, everything went fine. Sorry having reported that false "bug".

sh0dan
23rd January 2003, 21:16
ok - a note: When refreshing a script in vdubmod, not all parameters are refreshed properly. For instance, temporalsoften doesn't update threshold on updates. It's one of the side-effects of one of the optimizations, and I'll look into fixing this.