digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: MPEG2DEC3.all in not an Avisynth 1.0 Plug-in (http://www.digitalfaq.com/archives/encode/4346-tmpgenc-mpeg2dec3all-avisynth.html)

Bud 07-05-2003 04:46 PM

TMPGEnc: MPEG2DEC3.all in not an Avisynth 1.0 Plug-in
 
Just installed the new Avisynth 2.52 on another system. Now I am receiving the following error msg in TMPGEnc"

MPEG2DEC3.all in not an Avisynth 1.0 Plug-in

I get this when I try to load the avs script file. I have tried to clean out the reg of all the Avisynth files and re-installed again. Same error.

How can I clean this up? Thanks in advance

Bud

jorel 07-05-2003 04:50 PM

take the last MPEG2DEC3 here Bud:

http://nic.dnsalias.com/

:wink:

Bud 07-05-2003 05:05 PM

jorel

Thanks for the quick response. Seem to be having a problem with the site. Will try again later. Getting the standard page can be displayed error.
Must be busy or down. thanks again

Bud

Bud 07-05-2003 05:07 PM

found it here by search. thanks again

http://www.volny.cz/pushpull/AV_Com/n_sw.html

Bud

jorel 07-05-2003 05:10 PM

or here Bud:

http://nic.dnsalias.com/MPEG2Dec3v108.zip

:)

Bud 07-05-2003 05:19 PM

Just loaded it, still have the same problem. I also tried to open script in VDub and receive the same error. TMPGEnc seems to be trying to use Avisynth 1.0 for some reason. I don't have that on my system. Let me keep trying. Will let you know. Thanks again for your help.

Bud

jorel 07-05-2003 05:21 PM

:idea:

post your scrip here Bud!

Bud 07-05-2003 05:31 PM

jorel

Here is my script. I am also going to try to run it through DVD2AVI again.

#
LoadPlugin("d:\Filters25\MPEG2Dec3.dll")
LoadPlugin("d:\Filters25\GripFit_YV12.dll")
LoadPlugin("d:\Filters25\asharp.dll")
LoadPlugin("d:\Filters25\unfilter.dll")
LoadPlugin("d:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("D:\THE_RECRUIT\VIDEO_TS\The Recruit.d2v")
#
undot()
Limiter()
asharp(2, 4)
GripCrop(352, 240, overscan=2)
GripSize(resizer="BilinearResize")
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.2))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= 2 ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften(4, round(1/nf) , round(3/nf) ,0, 2) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####

jorel 07-05-2003 05:56 PM

Bud,copy the last script:
http://www.kvcd.net/forum/viewtopic.php?t=3483

well,maybe nothing have to do with your problem but is the best new!

hint:
search in the windows\system folder the avisynth.dll !
then rigt click, proprieties and see the version...
have to be the :arrow: 2, 5, 2, 0.
do it only to remove doubts,ok?
:wink:

Bud 07-05-2003 08:58 PM

jorel

Got my problems fixed thanks to jorel…I followed your suggestion on the avisnyth.dll, searched the system and found one (1) old avisnyth.dll, that was causing the problem. I replaced it with the new one and it worked. I guess I forgot one very important rule of windows, just because you delete/uninstall/remove things does not always mean that windows will do that and in my case there was a straphanger hanging on that caused problems. Thanks to the KVCD site once again for setting me straight.

Bud


All times are GMT -5. The time now is 01:06 PM  —  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.