D-wizzz
9th July 2004, 10:55
Hi
I'm just discovering the wonderfull world of avisynth.
i'm doing alot of reading and experimenting right now
trying to get a hand on things
My question is this i'm using asvedit to write my scripts(awsome tool for newbies btw)
script:
mpegsource("C:\Documents and settings\Dwizzz\Downloads\jurassic.d2v",idct=3,iPP=False)
crop(0,12,-0,-12)
Till this point the script opens perfectly in both mp6.4 and the built in preview
convolution3D(Preset="movieHQ")
temporalSoften(4,4,8,scenechange=15)
Thx in advance
From this point when i preview the script de noise is reduced and looks great but the preview is very stottery.I can see the image but it doesn't play smoothly,it's like it plays in slo mo.
when i ad rezizefilter
LanczosResize(704,320)
it's still not playing back smoothly
When i take away the noise filters and just use the source,crop and resize it plays back smoothly again.Does the slow play back have an effect on the output when i feed it to vdubmod or should i use different noise filters,or in should i put them in a different order.
I have used convolution often with no problems:D :D
TNx in advance
I'm just discovering the wonderfull world of avisynth.
i'm doing alot of reading and experimenting right now
trying to get a hand on things
My question is this i'm using asvedit to write my scripts(awsome tool for newbies btw)
script:
mpegsource("C:\Documents and settings\Dwizzz\Downloads\jurassic.d2v",idct=3,iPP=False)
crop(0,12,-0,-12)
Till this point the script opens perfectly in both mp6.4 and the built in preview
convolution3D(Preset="movieHQ")
temporalSoften(4,4,8,scenechange=15)
Thx in advance
From this point when i preview the script de noise is reduced and looks great but the preview is very stottery.I can see the image but it doesn't play smoothly,it's like it plays in slo mo.
when i ad rezizefilter
LanczosResize(704,320)
it's still not playing back smoothly
When i take away the noise filters and just use the source,crop and resize it plays back smoothly again.Does the slow play back have an effect on the output when i feed it to vdubmod or should i use different noise filters,or in should i put them in a different order.
I have used convolution often with no problems:D :D
TNx in advance