digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Temporal smoother help please! (http://www.digitalfaq.com/archives/avisynth/1195-avisynth-temporal-smoother.html)

Bombero0437 09-21-2002 03:12 AM

temporal smoother help please!
 
Kwag or anyone please.... I have tried everything and every sugesstion here and i can not get temporal smoother to work in my scripts..

i keep getting the little black window with the red letters "there is no function names temporal smoother"

i want to clean up my movie a bit and i see everyone here likes to use this instead of the filters in TMPGEnc because they are soo slow.

any thing else i can do?

Ozzi 09-21-2002 06:56 AM

Make sure, you have given FitCD the path to your mpeg2dec.dll
Or edit your avs script so it points to it.
eg:
LoadPlugin("D:\PROGRAM FILES\CDR\MPEG2DEC.DLL")
Mpeg2Source("D:\Trains_Plains\movie.d2v")
Crop(11,0,704,576)
TemporalSmoother(2,3)
Tweak(sat=1.1,cont=1.1)
BicubicResize(448,416,0,0.5,0,0,704,576)
AddBorders(16,80,16,80)

If you don't have mpeg2dec.dll, you can get it here.
http://users.win.be/dividee/mpeg2dec_dll.zip
:D

Bombero0437 09-23-2002 12:01 PM

I have done that......
 
i have done that, but it still will not see, recognize or use "temporal smoother"........anything else i can do?

Bombero0437 09-23-2002 12:09 PM

Ozzie Thanx.........
 
I looked at my Mpeg2dec.dll file and it was 160 kb, the one turned me to was 180kb, so I tried it...and it workx, all this time i had the wrong file, dont know how or when this happened , but thanx...it workx fine now....Thanx again.......Bombero


All times are GMT -5. The time now is 08:49 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.