Quantcast KVCD: Error in my Script - Unrecognized Exception? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
05-10-2003, 06:20 PM
irshliquor irshliquor is offline
Free Member
 
Join Date: Apr 2003
Location: California
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irshliquor
I get this error when I'm trying to encode a .d2v (my first attempt at this)

"Unrecognized exception! C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\StMedianFilter.avs , line 7)"

here's my script:


LoadPlugin("D:\VCD\Movie Stacker\Filters\Mpeg2Dec.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Unfilter.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\LegalClip.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Sampler.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\STMedianFilter.dll")
mpeg2Source("C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\prf.c atch.me.if.you.can.d2v")
ConverttoYUY2
LegalClip()
GripCrop(704, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.5)
mergeluma(blur(0.2))
GripBorders()
LegalClip()

#Sampler(length=24)
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  
05-10-2003, 06:35 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
from readme:

KNOWN ISSUES AND LIMITATIONS

1) Assumes YUV (YUY2) Frame Based input. Use an AVIsynth function to convert first if
needed.

2) Sorry, currently requires a P-III, Athlon, or higher. Needs SSEMMX support.

3) So far it has only been tested on SSEMMX (P3 & P4) machines.

4) It does more work filtering Luma than chroma. While chroma is also filtered the spacial chroma filter filters only vertically, and the temporal chroma filtering is motion compensated only vertically.
end


well the first "limitation" (YUY2),you do it right!


"limitations" 2 and 3:
what is your cpu?


Reply With Quote
  #3  
05-11-2003, 03:23 AM
irshliquor irshliquor is offline
Free Member
 
Join Date: Apr 2003
Location: California
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irshliquor
my cpu is a p4
Reply With Quote
  #4  
05-11-2003, 03:28 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 irshliquor
my cpu is a p4
p4 friend!?!?!

then i'm lost too cos,
your script is right ...can't see any error!
Reply With Quote
  #5  
05-11-2003, 03:31 AM
irshliquor irshliquor is offline
Free Member
 
Join Date: Apr 2003
Location: California
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irshliquor
maybe i'm messing up when ripping my dvd or making my d2v files?

my d2v file ends up being like 500kb...is this normal?
Reply With Quote
  #6  
05-11-2003, 03:39 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 irshliquor
maybe i'm messing up when ripping my dvd or making my d2v files?

my d2v file ends up being like 500kb...is this normal?

no problems friend, .dv2 have few size!

try change this in the script:

ConvertToYUY2()

Reply With Quote
  #7  
05-11-2003, 03:43 AM
irshliquor irshliquor is offline
Free Member
 
Join Date: Apr 2003
Location: California
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irshliquor
i'm re doing the rip, so i'll try that when it's finished
Reply With Quote
  #8  
05-11-2003, 04:03 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
after read some in avisynth docs,
i think that you don't need this line,
if your source is dvd..

than remove the line

ConvertToYUY2()

and see what happens!
Reply With Quote
  #9  
05-11-2003, 04:19 AM
irshliquor irshliquor is offline
Free Member
 
Join Date: Apr 2003
Location: California
Posts: 63
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to irshliquor
still no luck
Reply With Quote
  #10  
05-11-2003, 04:28 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 irshliquor
still no luck
where are the

mergechroma.dll
and
mergeluma.dll
in
D:\VCD\Movie Stacker\Filters\.....
on the script?

Reply With Quote
  #11  
05-11-2003, 06:06 AM
ovg64 ovg64 is offline
Free Member
 
Join Date: Jan 2003
Location: Puerto Rico
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ovg64
Quote:
Originally Posted by jorel
Quote:
Originally Posted by irshliquor
still no luck
where are the

mergechroma.dll
and
mergeluma.dll
in
D:\VCD\Movie Stacker\Filters\.....
on the script?

They are part of avisynth Jorel (MergeChroma & Luma)
Reply With Quote
  #12  
05-11-2003, 06:17 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


strange cos i install the last avisynth 208 and
in the "plugins" folder or another place of my hd i
can't find the merge luma/chroma dlls.

then i download the filters from the link and now is working!

means that when you install the avisynth
the filters are instaled too?

if yes,why i can't found them before download from the link?


thanks ovg64
Reply With Quote
  #13  
05-11-2003, 06:40 AM
ovg64 ovg64 is offline
Free Member
 
Join Date: Jan 2003
Location: Puerto Rico
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ovg64
Yes, Jorel and other filter like Sharpen, SpatialSoften, TemporalSoften etc. are also with in Avisynth.
Reply With Quote
  #14  
05-11-2003, 07:01 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 ovg64
Yes, Jorel and other filter like Sharpen, SpatialSoften, TemporalSoften etc. are also with in Avisynth.
yeah?


then i don't understand cos
when i install the last avisynt(20
no filters or dlls are instaled with!


what's wrong?
Reply With Quote
  #15  
05-11-2003, 07:23 AM
ovg64 ovg64 is offline
Free Member
 
Join Date: Jan 2003
Location: Puerto Rico
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ovg64
Im no sure they are in a dll fomat, but make a script with MovieStacker and u will see no patch two the Chroma filters.
Reply With Quote
  #16  
05-11-2003, 07:35 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
thanks for explanations friend!


but i'm really


if i remove my "dlls" folder i can't open the script in mpgenc
after use MovieStacker...
Reply With Quote
  #17  
05-11-2003, 08:06 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
Adder
this links from avisynth homepage explains
some about ConvertToYUY2 and more:

ConvertToYUY2(clip clip [, boolean interlaced]) v2.51

http://www.avisynth.org/index.php?page=Convert
http://www.avisynth.org/index.php?page=AviSynthManual


Reply With Quote
  #18  
05-11-2003, 08:11 AM
Racer99 Racer99 is offline
Free Member
 
Join Date: Sep 2002
Location: Massachusetts
Posts: 119
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by irshliquor
I get this error when I'm trying to encode a .d2v (my first attempt at this)

"Unrecognized exception! C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\StMedianFilter.avs , line 7)"
Open your .d2v file in notepad and post the first 15 or so lines and let's see what you got.

Racer 99
Reply With Quote
  #19  
05-11-2003, 09:04 AM
bman bman is offline
Free Member
 
Join Date: Apr 2002
Posts: 356
Thanks: 0
Thanked 0 Times in 0 Posts
@ irshliquor
It's simple : This Avisynth error means that version u are working with dosn't support this filter
Check what Avisynth version u are working with and upgrade it to v2.08 or v2.5* but first delete all Avisynth.dll files from windows\system32 folder .
Hope this'll help
bman
Reply With Quote
  #20  
05-11-2003, 09:44 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 bman
@ irshliquor
It's simple : This Avisynth error means that version u are working with dosn't support this filter
Check what Avisynth version u are working with and upgrade it to v2.08 or v2.5* but first delete all Avisynth.dll files from windows\system32 folder .
Hope this'll help
bman
right bman,
this is what i try to mean.

but why avisynth don't install the
dlls/filters in my system like
ovg64 posted?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Problème : Unrecognized exception dans le script spirou Conversion et d'Encodage de Vidéo (Français) 4 08-16-2004 01:25 AM
Avisynth: Get this error: Evaluate Unrecognized exception! Rambytes Avisynth Scripting 12 08-05-2003 07:25 PM
Avisynth: AVI causes Unrecognized exception error? miksmith Avisynth Scripting 16 07-12-2003 07:50 AM
KVCD script - Unrecognized exception? wschindel Video Encoding and Conversion 2 07-04-2003 05:12 AM
tmpgenc - unrecognized exception error? veggiegirl Video Encoding and Conversion 2 05-14-2003 03:45 PM




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