Green Bar Problem

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
FrostSniper
Joined: Mon Jan 19, 2004 8:12 pm
Location: In a tree.
Org Profile

Green Bar Problem

Post by FrostSniper » Fri Jun 01, 2007 9:55 pm

Started a project yesterday. It was coming along and look perfectly fine. Booted up my computer today and i have this problem now.

http://img.photobucket.com/albums/v478/ ... green0.png

It does NOT show up in DVD2AVI.
It does in VirtualDub, Adobe scrubbing windows, and in an export from adobe.

My avisynth used:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("F:\media\video\rnr.d2v")
Telecide(order=1, guide=1, post=4)
Decimate(quality=3)

^that has not changed since yesterday and neither has anything else as far as i'm aware of.

Also, vdub tends to crash a few seconds after i load the avs.
Any help would be greatly appreciated. Thanks.

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

Post by Scintilla » Sat Jun 02, 2007 12:08 am

1) Take out the LoadPlugin lines. They shouldn't be necessary with AVISynth 2.5.x.

2) You should be using MPEG2Dec3DG, not MPEG2Dec3, for D2V files made with DVD2AVI. Get rid of MPEG2Dec3 and replace it with this one:
http://www.aquilinestudios.org/decodefix100.zip

3) Make sure you're not using the "Clip and Resize" functionality of DVD2AVI.

4) If none of the above helps, the next thing is to try commenting out the Decimate line, then the Telecide line.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
FrostSniper
Joined: Mon Jan 19, 2004 8:12 pm
Location: In a tree.
Org Profile

Post by FrostSniper » Sun Jun 03, 2007 1:19 pm

After doing all that to the hilt, it's still there.

User avatar
FrostSniper
Joined: Mon Jan 19, 2004 8:12 pm
Location: In a tree.
Org Profile

Post by FrostSniper » Sun Jun 03, 2007 10:42 pm

Ok, it's fine now. I uninstalled the beta amvapp, reinstalled the older version, and returned the script to its older self. It's fine now. I'm betting there was conflict with somethig somewhere due to versions of things i was using.

Also had a huge problem where vdub and my adobe project would crash upon start everytime, but that was because i didn't choose a memory setting for avisynth(you know, the one during installing.)

Locked

Return to “AviSynth Help”