not able to get a script to work

The old Video Software Help forum, left visible as an archive.
Locked
flamewing
Joined: Fri Sep 16, 2005 7:15 am
Location: lost somewhere in the ATL
Org Profile

not able to get a script to work

Post by flamewing » Thu Sep 29, 2005 9:57 pm

I tried to load this script:


LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\Decomb4.dll")
MPEG2Source("D:\LAIN\VIDEO_TS\sig.d2v", idct=5)
#Telecide(order=1, guide=1, post=4)
Decimate(quality=3)

# resize the dimensions of the video frame to 640x480
# LanczosResize(640, 480)
# crop(left, top, right, bottom)
# Crop(6,0,-6,0)


into VirualDubMod 1.5.4.1 and get the following error

AviSynth open failure:

Evaluate Ungregonized expection!

I have gotten this script to work once before but only if I remarked out the telecide line all together. I Was getting errors about order not being a valid instruction or some such

I have totally uninstalled and reinstalled the amv app
so I Am not sure whats up

Can anyone be of help?

User avatar
downwithpants
BIG PICTURE person
Joined: Tue Dec 03, 2002 1:28 am
Status: out of service
Location: storrs, ct
Org Profile

Post by downwithpants » Thu Sep 29, 2005 10:00 pm

remove the two loadplugin() lines.
maskandlayer()|My Guide to WMM 2.x
a-m-v.org Last.fm|<a href="http://www.frappr.com/animemusicvideosdotorg">Animemusicvideos.org Frappr</a>|<a href="http://tinyurl.com/2lryta"> Editors and fans against the misattribution of AMVs</a>

flamewing
Joined: Fri Sep 16, 2005 7:15 am
Location: lost somewhere in the ATL
Org Profile

Post by flamewing » Thu Sep 29, 2005 10:23 pm

now I get can not open source or obsolete d2v file

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Sep 29, 2005 10:46 pm

Remake your D2V file with DGIndex and try again. (You said you reinstalled the AMVapp, so you should have DGMPGDec.)
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

flamewing
Joined: Fri Sep 16, 2005 7:15 am
Location: lost somewhere in the ATL
Org Profile

Post by flamewing » Thu Sep 29, 2005 10:56 pm

that was it thanks. For some reason my system does not like dvd2avi

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Sep 29, 2005 11:04 pm

It's not your system. It's just that the MPEG-2 decoder plugin you have, DGMPGDec, won't accept D2V files made with DVD2AVI; it requires D2V files made with DGIndex.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “Video Software Help Archive”