Log in

View Full Version : Avisynth & Windows XP Home


anecd0te
1st April 2002, 18:29
I have 2 computers:

#1 Sony Vaio 1.7GHz P4
Upgraded WinME to WinXP Home

#2 Hewlett-Packard 1.8GHz P4
WinXP Home Pre-installed

The script in question:

LoadPlugin("d:\video\MPEG2DEC.DLL")
mpeg2source("d:\video\vobs\ev.d2v")
#Crop(0,56,720,360)
#BicubicResize(640,272)

I previously had avisynth and mpeg2dec installed on the Sony under WinME, and it worked fine after the Upgrade to XP Home. I installed avisynth from doom9's download section and MPEG2DEC from Dividee's page on the HP, but I received an "Unrecognized Exception in line 2" error.

Is there something I'm missing in the fresh installation of avisynth? (I rebooted the HP after installing avisynth, even tho it is not required)

P.S. I went through the whole Smartripper > DVD2AVI process on both computers, so that is not the problem- and the drive designations/ file locations are the same. I commented out the Crop & Resize, just to make sure that wasn't the cause of the problem either.

Asmodian
1st April 2002, 20:52
Have you tried deleting the ev.d2v and recreating it using DVD2AVI v1.76? It sounds like something is wrong with the d2v. You could also try getting the newest mpeg2dec.dll to make sure it is not a version conflict.
It doens't sound like an avisynth problem because it is giving you a useful error message ;)