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.
Green Bar Problem
- FrostSniper
- Joined: Mon Jan 19, 2004 8:12 pm
- Location: In a tree.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
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.
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.
- FrostSniper
- Joined: Mon Jan 19, 2004 8:12 pm
- Location: In a tree.
- FrostSniper
- Joined: Mon Jan 19, 2004 8:12 pm
- Location: In a tree.
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.)
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.)