AVS Unrecognized Exception

The old Video Software Help forum, left visible as an archive.

AVS Unrecognized Exception

Postby Krisqo » Sat Sep 30, 2006 7:07 pm

I'm importing several AVS files into Premiere Pro (19 to be exact) And I always get this message in place of the video after I put in 13 files:

Evaluate: Unrecognized exception!
("C:\Documents and Settings\Krisqo\Desktop\AMV Sources\CARDCAPTORSAKURA\Movie\sakuramovie.avs, Line 1)


I googled this problem but found no comprehendable explination or method to amend the problem, even on Doom9. Any Ideas?

(I know this is my third AVS thread, but this is a BIG video for me and I don't have enough HD space for to make huffy clips)
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Pwolf » Sat Sep 30, 2006 7:19 pm

can you show us your script?

Pwolf
ImageImage
ImageImage
Like the AMV .Org App? Think about donating to help me make it better.
User avatar
Pwolf
Friendly Neighborhood Pwaffle
 
Joined: 03 May 2001
Location: Some where in California, I forgot :\

Postby Krisqo » Sat Sep 30, 2006 7:28 pm

Nothing fancy being a FILM source

mpeg2source("C:\Documents and Settings\Krisqo\Desktop\AMV Sources\CARDCAPTORSAKURA\Movie\sakuramovie.d2v", upconv=true)
#TComb()
#ConvertToYV12()
#deen("w2d",4,9,11)
#temporalcleaner()
#WarpSharp()
#Fastlinedarken()
#tweak(sat=1.5, cont=1.0, hue=2)
Crop(16,16,-16,-16)
LanczosResize(720,480)
LanczosResize(640,360)
ConvertToRGB32()
AssumeFPS(24)

Here is another that is Deinterlaced and heavily filterd that gives the same error

mpeg2source("C:\Documents and Settings\Krisqo\Desktop\AMV Sources\CARDCAPTORSAKURA\Episodes\Volume 14\sakuravol 14.d2v", upconv=true)
TComb()
orig=last
loadTDeint()
Telecide(order=1,guide=1,hints=true,post=1)
Tdeint(order=1,clip2=orig)
Decimate(cycle=5,mode=2)
#ConvertToYV12()
#SDDeRainbow()
#deen("w3d",4,10,10)
#WarpSharp()
#fastlinedarken()
#tweak(sat=1.3, hue=2)
#ColorYUV(gain_u=3,gain_v=2)
Crop(8,8,-8,-8)
BiCubicResize(640,480)
Crop(0,60,0,-60)
ConvertToRGB32()
AssumeFPS(24)

These work fine in VDubMod and several scripts exactly the same as the one above work fine, just changed the number in sakuravol##.avs.
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Kariudo » Sat Sep 30, 2006 7:32 pm

perhaps premiere is out of it's allocated memory after you import 13 scripts?

though I'd think that most programs should be able to handle that kind of exception

If this is the case, putting setMemoryMax() in your scripts may help.
After some reading, I think the default value of setMemoryMax() is 5 (MB)
if you lower it to 4 you might be able to import a few more scripts, lowering it to 3 could allow you to import all of the scripts...but searching through the footage would be even slower than usual
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Postby Krisqo » Sat Sep 30, 2006 7:35 pm

I don't think so. I have another project with 26 avs files and they all work. I currently have the setmemorymax in the GUI set at 16MB and NearestNeighbour
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Scintilla » Sat Sep 30, 2006 7:45 pm

Krisqo wrote:mpeg2source("C:\Documents and Settings\Krisqo\Desktop\AMV Sources\CARDCAPTORSAKURA\Movie\sakuramovie.d2v", upconv=true)

Does it work if you move the D2V file to a directory with no spaces in the path? Being that the error message pointed to line 1, the problem is probably with this command... remaking the D2V file never hurt either.

Krisqo wrote:LanczosResize(720,480)
LanczosResize(640,360)

Redundant. Just use the second one. And by the way, you should probably make that 640x<b>352</b>, so that both dimensions are 0 mod 16.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby Krisqo » Sat Sep 30, 2006 8:38 pm

Yeah... why did I do that resize twice :shock:

I used 640x360 to keep the 16:9 DAR

I still don't know why the spaces would be a problem since all the AVS files I have ever made have that same path up to \AMV Sources\ANIMEFOLDER\episode.d2v.

I'll try remaking the D2V file, but the problem script changes. When I first imported the avs files into Premiere Pro, I went in order from 1-18 then the movie. In that case, 1-13 worked and 14-18 and the movie died. This time I did 16,17,18,1,2,3,4,5,6,7,8,9,10, then 11-15 and the movie conked out. However, I just checked back on the project and #11 is now working and I did nothing to the script.

I found this mentioned in ErMaC's Guide to Everything Video and he says:

ErMac wrote:Q: AVISynth says there's an unrecognized exception on Line something or other. What's wrong?

A: You either have the path to your D2V file wrong, there are spaces in the path to the D2V file, or your D2V file is corrupt.


This still does not explain it. The file path was made by DGIndex and the most of these files worked at one point and they play fine in VDubMod, and the path has been used hundreds of times.
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Pwolf » Sat Sep 30, 2006 8:49 pm

are you using dvd2avi or dgindex to make the d2vs?


Pwolf
ImageImage
ImageImage
Like the AMV .Org App? Think about donating to help me make it better.
User avatar
Pwolf
Friendly Neighborhood Pwaffle
 
Joined: 03 May 2001
Location: Some where in California, I forgot :\

Postby Krisqo » Sat Sep 30, 2006 8:58 pm

DGIndex that came with the AMVApp
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)

Postby Pwolf » Sat Sep 30, 2006 9:00 pm

are the d2v files in the same folder as the avs files?

Pwolf
ImageImage
ImageImage
Like the AMV .Org App? Think about donating to help me make it better.
User avatar
Pwolf
Friendly Neighborhood Pwaffle
 
Joined: 03 May 2001
Location: Some where in California, I forgot :\

Postby Krisqo » Sat Sep 30, 2006 9:22 pm

.vob, .ifo, .d2v, .avs all in the same folder.
Image
User avatar
Krisqo
Cooking Oil
 
Joined: 07 Jul 2003
Location: Moderating the Adobe Forums
Status: W.O.A (Waiting on Aion)


Return to Video Software Help Archive

Who is online

Users browsing this forum: No registered users and 1 guest