Blue_MiSfit
5th March 2004, 03:44
Hey all.. I am trying to do a nice sharp high-res DVD rip of "Groove".
I am shooting for 1GB total filesize with XviD 1.0 RC3, and this movie is only 90 mins or so. As such I am trying to run a resolution of 736x400. I am using the latest SharpTools with AviSynth 2.5.4 with the following script:
setmemorymax(256)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\warpsharp.dll")
import ("D:\Groove\SharpTools-v0.3.avs")
mpeg2source("D:\Groove\Groove.d2v")
crop(8,8,706,460)
SharpResize(736,400)
I set the memorymax a little higher, because I have read that sharpResize is very memory intensive at that kind of resolution.
Regardless, when I load this avs into VDubMod 1.5.10 I get the following error message:
"Avisynth open failure:
Evaluate: Unrecognized exception!
(D:\Groove\SharpTools-v0.3.avs, line 37)
(D:\Groove\Groove.avs, line11)"
Well I know little of avs, but with my limited knowledge of tracking down exception errors in Java, I looked at the lines the error message mentioned, and they are as follows:
Groove.avs (as expected):
"SharpResize(736,400)"
and the 3 lines surrounging the erros in SharpTools-v0.3.avs:
"input2.UToY()
LanczosResize(width*ssw/2, height*ssh/2)
XSharpen(xstren, xthresh)"
So it looks like my script is working properly, and the exception is being thrown inside SharpTools when it does the LanczosResize that I mentioned.
However, I MAY have some issue with my resoltion. I am new to Avisynth scripting, and usually do everything with GKnot. Anyways, if anyone sees anything obviously wrong here let me know.
Just to avoid the "SEARCH" replies - I did. quite extensively, and found nothing about exceptions and sharptools
Thanks everyone in advance!
-MiSfit
I am shooting for 1GB total filesize with XviD 1.0 RC3, and this movie is only 90 mins or so. As such I am trying to run a resolution of 736x400. I am using the latest SharpTools with AviSynth 2.5.4 with the following script:
setmemorymax(256)
LoadPlugin("C:\PROGRA~1\GORDIA~1\mpeg2dec3.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\warpsharp.dll")
import ("D:\Groove\SharpTools-v0.3.avs")
mpeg2source("D:\Groove\Groove.d2v")
crop(8,8,706,460)
SharpResize(736,400)
I set the memorymax a little higher, because I have read that sharpResize is very memory intensive at that kind of resolution.
Regardless, when I load this avs into VDubMod 1.5.10 I get the following error message:
"Avisynth open failure:
Evaluate: Unrecognized exception!
(D:\Groove\SharpTools-v0.3.avs, line 37)
(D:\Groove\Groove.avs, line11)"
Well I know little of avs, but with my limited knowledge of tracking down exception errors in Java, I looked at the lines the error message mentioned, and they are as follows:
Groove.avs (as expected):
"SharpResize(736,400)"
and the 3 lines surrounging the erros in SharpTools-v0.3.avs:
"input2.UToY()
LanczosResize(width*ssw/2, height*ssh/2)
XSharpen(xstren, xthresh)"
So it looks like my script is working properly, and the exception is being thrown inside SharpTools when it does the LanczosResize that I mentioned.
However, I MAY have some issue with my resoltion. I am new to Avisynth scripting, and usually do everything with GKnot. Anyways, if anyone sees anything obviously wrong here let me know.
Just to avoid the "SEARCH" replies - I did. quite extensively, and found nothing about exceptions and sharptools
Thanks everyone in advance!
-MiSfit