digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   KVCD: Avisynth error, Evaluate Unrecognised exception! (http://www.digitalfaq.com/archives/avisynth/9699-kvcd-avisynth-error.html)

kev23m 05-17-2004 12:26 PM

KVCD: Avisynth error, Evaluate Unrecognised exception!
 
I just reinstalled my pc again ,installed autogk so have avisynth 2.54 installed. Just added the plugins dll i had saved in the plugins folder.

Getting this error.

Evaluate:Unrecognised exception!
(D:/kkkg/kkkg.avs,line 2)

Here is the script(know this works as have been using this for some time now.)

##
Mpeg2Source("D:\kkkg\kkkg.d2v")

Telecide(order=0)
Decimate()
Undot
GripCrop(352, 240, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
STMedianFilter(3, 3, 1, 1)
MergeChroma(blur(1.55))


ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")


GripBorders()
#LetterBox(8,8,8,8)




## Functions ###

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


##

Encoder Master 05-17-2004 01:09 PM

Which DVD2AVI Version did you use?

Have you put the source VOB in another folder?

kev23m 05-17-2004 01:28 PM

Using 1.77.3

No have not moved the vob's .

Encoder Master 05-17-2004 01:32 PM

Perhaps use the version 1.76 or save with your version as projekt 1.76. With v 1.76 I haven't any problems.

kev23m 05-18-2004 03:24 AM

I have been using this since the last 2 months without any problem.

Anyone knows what could be wrong.

Boulder 05-18-2004 04:09 AM

Download the latest DVD2AVIdg version.

http://neuron2.net/fixd2v/decodefix130RC3.zip

Make sure you use DVD2AVIdg and MPEG2Dec3dg.dll from the same package and that there's no file named mpeg2dec.dll, mpeg2dec2.dll or mpeg2dec3.dll in your plugins folder.

Dialhot 05-18-2004 04:27 AM

No need to use the last DG release but the recommandation about other files in the plugin directory is important.

Boulder 05-18-2004 04:34 AM

The reason why I recommended the latest dg version was that he may have non-compatible versions of DVD2AVIdg and MPEG2Dec3dg.dll on his computer. However, the most likely reason to the problem is that there's another MPEG-2 decoder dll in the plugin folder.

kev23m 05-18-2004 11:19 AM

Working fine now . Changed the dll file.

Wonder how it was working b4.


Thanks a lot.

Back to Encoding.


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