Quantcast TMPGEnc: Evaluate Unrecognized Exeption - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
06-01-2004, 06:29 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Please help, my d2v file loads no problem, but when i write a script even very basic say line 1 load pluggin.... line2 mpeg2source......

I still get this irritating error Evaluate : unrecognised error. I have checked the path and wording but see no problem

Thanks
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  
06-03-2004, 03:19 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Reinstall avisynth and check you have the correct version.
Reinstall also the readAVS plugin.
Reply With Quote
  #3  
06-04-2004, 12:20 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
I have tried everything, I have tried uninstalling avisynth and reinstalling, and read avs, and updated my codecs, I dont know what elese to try, I have tried different versions of tmpg, I just dont know
Reply With Quote
  #4  
06-04-2004, 03:37 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Do a script with only that :
Code:
Version()
Open it in media player. What do you read ?
Open it now in tmpgenc, what happens ?

Note: verify also in VFAPI tab of tmpgenc settings that ReadAVS has the bigger priority and that you had unchecked Directshow support.
Reply With Quote
  #5  
06-06-2004, 01:49 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
when i open it in wmp it comes up with an error
in tmpg it says avisynth version2.52.....
i have set read avs to a higher priority and unchecked directshow
still cannot read my script even a basic like
load mpegdecoder
mpg2source....d2v
still gives me the same error
Reply With Quote
  #6  
06-06-2004, 01:56 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You can load a script as you seen "avisynth 2.52" in tmpgenc; So your problem is NOT that ! Your problem is in your script. As simple you think it is you do an error into it.

Do not use mpegdecoder but mpeg2dec3.There is your problem
And you should check what is in the "plugin" directory of avisynth as you have probably something wrong there.

Note: you should update to avs2.54
Note2: there is NO need of loadplugin lines in avs2.5. remove them all and put all filters in "plugin" directory.
Reply With Quote
  #7  
06-06-2004, 02:09 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
i am using mpeg2dec3, i`ll update to latest avisynth do what you suggested and let you know
Reply With Quote
  #8  
06-06-2004, 02:15 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I strongly suggest you to remove everything in the plugin folder and put there only the dll one need and nothing else. And be sure these dll are for avs2.5
Reply With Quote
  #9  
06-06-2004, 02:17 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
ok i`ll make sure,
Reply With Quote
  #10  
06-06-2004, 02:22 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
no still nothing still the same here is my script see anything wrong
tmpg stops at the first line with the error


Mpeg2Source("d:\Movie\independanceday\test1.d2v")
#
undot()
asharp(1, 4)
GripCrop(720,576,overscan=2)
GripSize(resizer="BicubicResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
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( Your_Values_Here ) # Depends on situation. Use MovieStacker!
function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}
Reply With Quote
  #11  
06-06-2004, 02:24 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Did you try to redo the d2v with DVD2AVI 1.76 (and nothing else) ?
Reply With Quote
  #12  
06-06-2004, 02:30 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
i`m using dvd2avi version 1.77 is that a problem?
Reply With Quote
  #13  
06-06-2004, 02:52 AM
zaanvander zaanvander is offline
Free Member
 
Join Date: Mar 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
wow thank you very very very much, can you believe it, now that i think about it i had this same problem about a year ago with the wrong version of dvd2avi. I had to format my machine due to a virus and when i restarted i upgraded to all the latest versions.

I think the link to the new dvd2avi at downloads should be changed.

Anyway thanks allot now i can start playing again
Reply With Quote
  #14  
06-06-2004, 03:43 AM
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
Quote:
Originally Posted by Dialhot
Did you try to redo the d2v with DVD2AVI 1.76 (and nothing else) ?
Phil,
now that you help zaanvander to find the solution i can post:
when i was "testing" 177 was really problematic and dvd2avi176 never give me any problem.....i'm still with 176!
Reply With Quote
  #15  
06-06-2004, 04:04 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
i'm still with 176!
Dito.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
tmpgenc error? Evaluate: Division by zero at line 25? Whacko Video Encoding and Conversion 2 09-30-2003 05:00 PM
Avisynth: Get this error: Evaluate Unrecognized exception! Rambytes Avisynth Scripting 12 08-05-2003 07:25 PM
tmpgenc unrecognized exception? sqm Video Encoding and Conversion 6 05-15-2003 03:16 PM
tmpgenc - unrecognized exception error? veggiegirl Video Encoding and Conversion 2 05-14-2003 03:45 PM
TMPGEnc: unrecognized exception! d:\scripts\film.avs,line2 kaos Video Encoding and Conversion 5 11-30-2002 03:05 AM




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