Quantcast TMPGEnc: MPEG2DEC3.All in Not an Avisynth 1.0 Plug-in - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
07-05-2003, 04:46 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
07-05-2003, 04:50 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
take the last MPEG2DEC3 here Bud:

http://nic.dnsalias.com/

Reply With Quote
  #3  
07-05-2003, 05:05 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
Reply With Quote
  #4  
07-05-2003, 05:07 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
found it here by search. thanks again

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

Bud
Reply With Quote
  #5  
07-05-2003, 05:10 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
or here Bud:

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

Reply With Quote
  #6  
07-05-2003, 05:19 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
Reply With Quote
  #7  
07-05-2003, 05:21 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts


post your scrip here Bud!
Reply With Quote
  #8  
07-05-2003, 05:31 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
}

#
####
Reply With Quote
  #9  
07-05-2003, 05:56 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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 2, 5, 2, 0.
do it only to remove doubts,ok?
Reply With Quote
  #10  
07-05-2003, 08:58 PM
Bud Bud is offline
Free Member
 
Join Date: Apr 2002
Location: Hawaii
Posts: 241
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Bud
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: MPEG2Dec3.dll Error nighthawk Video Encoding and Conversion 13 03-02-2005 08:07 PM
Plug-Ins do Avisynth lincoln.paulino Conversão e Codificação de Vídeo (Português) 1 04-18-2004 09:28 PM
Plug de Legeda pro Avisynth 2.5 iScooby-doo Conversão e Codificação de Vídeo (Português) 2 09-20-2003 08:48 PM
TMPGEnc: Ulead Media Studio Pro plug-in syk2c11 Video Encoding and Conversion 1 10-30-2002 11:41 PM
Adobe Premiere Plug-in version of TMPGEnc Plus? jbl375 Video Encoding and Conversion 1 08-29-2002 10:30 AM




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