digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   TMPGEnc: Decomb.dll problems (http://www.digitalfaq.com/archives/encode/2298-tmpgenc-decombdll-problems.html)

andybno1 01-23-2003 07:02 AM

decomb.dll problems
 
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?

kwag 01-23-2003 09:03 AM

Re: decomb.dll problems
 
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

andybno1 01-23-2003 09:09 AM

yep, I downloaded version 2.07 of avisynth, and downloded decomb last night.

kwag 01-23-2003 09:20 AM

8O

andybno1 01-23-2003 09:23 AM

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 ##


kwag 01-23-2003 09:27 AM

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

andybno1 01-23-2003 09:39 AM

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?

kwag 01-23-2003 09:44 AM

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 :D

-kwag

andybno1 01-23-2003 09:47 AM

huh, just took out the decomb, opened the script in tmpgenc and it closed tmpgenc. :?: :?: does it every time

andybno1 01-23-2003 02:35 PM

any clues to why the avs script is causing tmpgenc to close when it goes to load it?

kwag 01-23-2003 02:41 PM

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 :idea:

andybno1 01-23-2003 03:19 PM

yep, got the exact same thing. Just ried the avs script in vdub and the same thing happend.

kwag 01-23-2003 03:42 PM

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 8O. I can't think of anything else :?

-kwag

andybno1 01-23-2003 04:33 PM

(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.

kwag 01-23-2003 05:23 PM

Quote:

Originally Posted by andybno1

Edit: sorted downloaded the mpeg2dec from divx-digest and its loading now.

[mpeg2dec.dll :BangHead:]

andybno1 01-23-2003 05:33 PM

WHAT??

SansGrip 01-23-2003 05:46 PM

I think you might have accidentally downloaded the Avisynth 2.5 version of Decomb.


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

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