digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth Error calling TemporalSmoother (http://www.digitalfaq.com/archives/avisynth/23-avisynth-error-calling.html)

Omega 04-24-2002 11:46 AM

Avisynth Error calling TemporalSmoother
 
Hi

I got "TemporalSmoother is not a function" if I define it in my avs script, what's wrong ? Is it a AviSynth build-in component or a plug-ins or what ?

Cheers

Omega

kwag 04-24-2002 12:23 PM

Re: Error calling TemporalSmoother
 
Quote:

Originally Posted by Omega
Hi

I got "TemporalSmoother is not a function" if I define it in my avs script, what's wrong ? Is it a AviSynth build-in component or a plug-ins or what ?

Cheers

Omega

Hi Omega:

Did you install the MPEG2DEC.dll somewhere?

Seems that the dll is not loaded, and that's why you get the error.

kwag

Omega 04-24-2002 12:48 PM

Hi kwag

Sure I have, here is my script:

LoadPlugin("C:\WINDOWS\SYSTEM32\MPEG2DEC.dll")
LoadPlugin("C:\WINDOWS\SYSTEM32\decomb.dll")
mpeg2source("E:\Vob\DVD2AVI_PROJECT_FILE.d2v")
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(352,480,0,0,720,480)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)


Mpeg2Dec.dll has the size of 163'840 bytes, dated 18.05.01
AviSynth.dll has the size of 196'608 bytes. dated 25.10.01

Tried several AviSynth.dll's with no success -:(

btw, if I want 2 tracks of audio, can I just take the mpv (MPEG-1 / KVCD profile) and mux with with the 2 mp2s in BBMpeg with SVCD profile (MPEG-2), then I should get a S(X)VCD, what do you think ?

Thanks

Omega

Omega 04-24-2002 03:41 PM

@kwag

Problem solved !

I searched around and found a good Mpeg2Dec.dll here:

http://users.win.be/dividee/avisynth.html

And it worked.

Thanks anyway.

Omega

kwag 04-24-2002 03:47 PM

Quote:

Originally Posted by Omega
Hi kwag

Sure I have, here is my script:

LoadPlugin("C:\WINDOWS\SYSTEM32\MPEG2DEC.dll")
LoadPlugin("C:\WINDOWS\SYSTEM32\decomb.dll")
mpeg2source("E:\Vob\DVD2AVI_PROJECT_FILE.d2v")
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(352,480,0,0,720,480)
TemporalSmoother(2,2)
AddBorders(0,0,0,0)

Mpeg2Dec.dll has the size of 163'840 bytes, dated 18.05.01
AviSynth.dll has the size of 196'608 bytes. dated 25.10.01

Tried several AviSynth.dll's with no success -:(

btw, if I want 2 tracks of audio, can I just take the mpv (MPEG-1 / KVCD profile) and mux with with the 2 mp2s in BBMpeg with SVCD profile (MPEG-2), then I should get a S(X)VCD, what do you think ?

Thanks

Omega

Hi Omega:

Download a newer version of MPEG2DEC.DLL.
Mine is 188,416 dated 3/24/2002.

I think that's the problem.

About the 2 mp2's, I don't know!, haven't tried that yet!. :roll:

kwag

Learner 04-27-2002 11:47 AM

file film.avs can not open or supported under Tmpenc program
 
Hi Kwag, I am back to my video project after out of town for a while. Also congratulation your works and whatever your helps to newbie like me :)

I captured my family VHS tape through win TV card by using AV_IO prgram set on 352x480, 29.97pfs, Huffy compression. Then try to do IVTC as your suggest, after using tmpenc v2.52 to open film.avs file and I came up with error " file g:\film.avs can not open or supported". Here is my scripts

LoadPlugin("c:\winnt\system\MPEG2DEC.dll")
LoadPlugin("c:\winnt\system\decomb.dll")
AviSource("c:\1\capture.00.avi")
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(352,352,0,5,352,469)
TemporalSmoother(2,2)
AddBorders(0,64,0,64)


What's wrong with this script? Do I am missing something? I can't find out so just need an expert like you :) . BTW, I did double check all *.dlls file are located correctly and the file capture.00.avi is working OK

Thanks

kwag 04-27-2002 12:18 PM

Re: file film.avs can not open or supported under Tmpenc pro
 
Quote:

Originally Posted by Learner
Hi Kwag, I am back to my video project after out of town for a while. Also congratulation your works and whatever your helps to newbie like me :)

I captured my family VHS tape through win TV card by using AV_IO prgram set on 352x480, 29.97pfs, Huffy compression. Then try to do IVTC as your suggest, after using tmpenc v2.52 to open film.avs file and I came up with error " file g:\film.avs can not open or supported". Here is my scripts

LoadPlugin("c:\winnt\system\MPEG2DEC.dll")
LoadPlugin("c:\winnt\system\decomb.dll")
AviSource("c:\1\capture.00.avi")
Telecide(reverse=false,swap=false,firstlast=false, post=true,threshold=15,dthreshold=9,blend=true,chr oma=false,y0=0,y1=0)
Decimate(cycle=5,mode=0,threshold=0)
BilinearResize(352,352,0,5,352,469)
TemporalSmoother(2,2)
AddBorders(0,64,0,64)


What's wrong with this script? Do I am missing something? I can't find out so just need an expert like you :) . BTW, I did double check all *.dlls file are located correctly and the file capture.00.avi is working OK

Thanks

Hi Learner:

I think you have a problem with your AviSynth installation.
Your script is correct, and just like yours, mine works the same for my captures via WinTV Go s-video and VirtualDub with the Huffy CODEC.

Try to open your .avs script file with Media Player. You should see the video playing slowly. If you get an error, the problem is the AviSynth installation.

kwag

Learner 04-27-2002 12:52 PM

Yeah, you are right, somehow my avisynth.dll was damaged or corrupted. Just download a new one and bingo. Thank again, you are the maaaan. :roll:


All times are GMT -5. The time now is 03:33 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.