Hi Phil,
Thanks for the advise. Downloaded the tool and guide. Using trial version for the benefit of the guide of CCE 2.67. Here is my script i am using:
LoadPlugin("C:\Avisynth 2.5\Plugins\Sampler.dll")
MPEG2Dec3_mpeg2source("C:\Movie1.d2v",cpu=4)
BicubicResize(336,160,1./3.,1./3.,18,72,684,434)
Asharp(1,4)
RemoveGrain()
Deen()
Undot()
TemporalSoften(2,7,7,3,2)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5823)
Addborders(8,64,8,64)
KillAudio()
Sampler(Length=GOP)
I have followed the guide in regards to install of Sampler.dll in plugins folder and entered in my script as above.
Q. in regards to sampler.dll have i input that correctly on the script or should it read: Sampler(110=15) etc? Not clear there. I have all my other figures down correctly in regards to frames, time of movie and audio etc. When inputing this script i get the following error:
Frame size 808x56 is not supported.Supported frame size is up to 720x576.
When i add " each size of the sampler line like in the guide i get a sample of only 2 seconds duration no matter what Q i set to sample.
Any ideas what i am doing wrong here?
Thank you.
Blubear.