Quantcast TMPGEnc: Decomb.dll Problems - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
01-23-2003, 08:02 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
when I load my avs script into tmpgenc I keep getting "LoadPlugin("C:\fitcd\Decomb.dll") is not an avisynth 1.0 plugin" any ideas what to do?
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  
01-23-2003, 10:03 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1
when I load my avs script into tmpgenc I keep getting "LoadPlugin("C:\fitcd\Decomb.dll") is not an avisynth 1.0 plugin" any ideas what to do?
Are you running the latest versions AviSynth and decomb

-kwag
Reply With Quote
  #3  
01-23-2003, 10:09 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
yep, I downloaded version 2.07 of avisynth, and downloded decomb last night.
Reply With Quote
  #4  
01-23-2003, 10:20 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Reply With Quote
  #5  
01-23-2003, 10:23 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
here is the code I am using:

Code:
LoadPlugin("C:\fitcd\mpeg2dec.dll")
LoadPlugin("C:\fitcd\fluxsmooth.dll")
LoadPlugin("C:\fitcd\GripFit_preview.dll")
LoadPlugin("C:\fitcd\blockbuster.dll")
LoadPlugin("C:\fitcd\legalclip.dll")
LoadPlugin("C:\fitcd\sampler.dll")
LoadPlugin("C:\fitcd\convolution3d.dll")
LoadPlugin("C:\fitcd\dustv4.dll")
LoadPlugin("C:\fitcd\Decomb.dll")

mpeg2source("C:\SPIDERMAN\VIDEO_TS\spiderman.d2v")
LegalClip()
GripCrop( width=352, height=576, overscan=2 )
GripSize()
FaeryDust()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders()
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##
Reply With Quote
  #6  
01-23-2003, 10:27 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
That code is perfect. I don't see any problems there at all.
My scripts looks the same. Decomb.dll is being loaded, but it's not used in the script. I suggest you download decomb again. I think something is wrong in that dll.

-kwag
Reply With Quote
  #7  
01-23-2003, 10:39 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
just redownloaded it, reloaded the script in tmpgenc and got the same problem still, can I leave it out or is it essential for creating kvcd PAL PLUS?
Reply With Quote
  #8  
01-23-2003, 10:44 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1
just redownloaded it, reloaded the script in tmpgenc and got the same problem still, can I leave it out or is it essential for creating kvcd PAL PLUS?
Sure!. Leave it out. There are no decomb functions being used in that script

-kwag
Reply With Quote
  #9  
01-23-2003, 10:47 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
huh, just took out the decomb, opened the script in tmpgenc and it closed tmpgenc. does it every time
Reply With Quote
  #10  
01-23-2003, 03:35 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
any clues to why the avs script is causing tmpgenc to close when it goes to load it?
Reply With Quote
  #11  
01-23-2003, 03:41 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1
any clues to why the avs script is causing tmpgenc to close when it goes to load it?
Have you tried another source file
Reply With Quote
  #12  
01-23-2003, 04:19 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
yep, got the exact same thing. Just ried the avs script in vdub and the same thing happend.
Reply With Quote
  #13  
01-23-2003, 04:42 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1
yep, got the exact same thing. Just ried the avs script in vdub and the same thing happend.
The only other thing I could think of, is that your mpeg2dec.DLL is screwed up . I can't think of anything else

-kwag
Reply With Quote
  #14  
01-23-2003, 05:33 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
(I did replace the one I had with the one that came with the decomb dll file, so I'll redownload the mpeg2dec from somewhere.


Edit: sorted downloaded the mpeg2dec from divx-digest and its loading now.
Reply With Quote
  #15  
01-23-2003, 06:23 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by andybno1

Edit: sorted downloaded the mpeg2dec from divx-digest and its loading now.
[mpeg2dec.dll ]
Reply With Quote
  #16  
01-23-2003, 06:33 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
WHAT??
Reply With Quote
  #17  
01-23-2003, 06:46 PM
SansGrip SansGrip is offline
Free Member
 
Join Date: Nov 2002
Location: Ontario, Canada
Posts: 1,135
Thanks: 0
Thanked 0 Times in 0 Posts
I think you might have accidentally downloaded the Avisynth 2.5 version of Decomb.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: use decomb? kvcdexplorer Video Encoding and Conversion 3 06-22-2005 09:02 PM
Avisynth: New to decomb bigggt Avisynth Scripting 13 02-16-2004 08:20 PM
Recording Video: To decomb or not to decomb interlacing? nicksteel Video Capturing / Recording 2 03-18-2003 05:01 AM
DecombLegacy.dll and Decomb.dll Adder Avisynth Scripting 2 02-21-2003 03:41 AM
decomb.dll is not an avisynth 1.0 plugin? Adder Avisynth Scripting 2 02-19-2003 06:09 PM




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