|
Thank you for the information bb. I have uninstalled the panasonic codec via the registry editor. I did not set the fps before and will try that today to see if I like the results better.
It seems so far that for me, Pro-coder is giving me the best results the fastest with little tweaking.
EDIT: I am using this script:
DirectShowSource("C:\DV\MyFilm.avi", 30)
SeparateFields()
ConverttoYUY2()
ReInterpolate411()
Peach()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
And when I goto add the script to CCE it says the 854x56 is not supported. Should I use a difefrent number than 30 for FPS? I have tried 25 as well and got the same error.
nYmph
Last edited by nymph; 22nd August 2005 at 12:28.
|