Movieslut
21st December 2001, 10:56
I've made an avs using fitcd for frameserving to cce. I'm using a 3 pass encoding where during the 1st run the correct number of frames is reported; 88793. Now, during the 2nd and 3rd pass framecount suddenly changed to 266793.
Anyone has seen this before? This is my script:
LoadPlugin("C:\WINDOWS\SYSTEM\MPEG2DEC.dll")
AviSource("D:\Mickey's Magical Christmas - Snowed In At The House Of Mouse\esd-mmc.avi")
BicubicResize(448,542,0,0.6,2,0,508,384)
#TemporalSmoother(3,5)
AddBorders(16,17,16,17)
AssumeFPS(25.000)
#Trim(0,88793).FadeOut(150)
Btw, if I unremark TemporalSmoother Avisynth reports that this is an unknown function....how do I get that one to work?
Any help is very welcome :rolleyes:
Anyone has seen this before? This is my script:
LoadPlugin("C:\WINDOWS\SYSTEM\MPEG2DEC.dll")
AviSource("D:\Mickey's Magical Christmas - Snowed In At The House Of Mouse\esd-mmc.avi")
BicubicResize(448,542,0,0.6,2,0,508,384)
#TemporalSmoother(3,5)
AddBorders(16,17,16,17)
AssumeFPS(25.000)
#Trim(0,88793).FadeOut(150)
Btw, if I unremark TemporalSmoother Avisynth reports that this is an unknown function....how do I get that one to work?
Any help is very welcome :rolleyes: