avisynth

Locked
User avatar
digifreak
Joined: Sun Jun 06, 2004 3:32 pm
Org Profile

avisynth

Post by digifreak » Tue Sep 06, 2005 1:09 pm

when I try to open my dvd script in VirtualDub it says
"Avisynth open failure:
Avisynth: script open failed!"

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

Post by Scintilla » Tue Sep 06, 2005 6:15 pm

Image
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
digifreak
Joined: Sun Jun 06, 2004 3:32 pm
Org Profile

Post by digifreak » Tue Sep 06, 2005 8:49 pm

LoadPlugin("C:\Program Files\AviSynth2\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\Decomb521.dll")
MPEG2Source("G:\FULLMETAL_ALCHEMIST_THE_CURSE\VIDEO_TS\4.d2v", CPU=4, iPP=true)
Telecide(order=0, guide=1, post=4)
Decimate(quality=3)
LUTDeRainbow(cthresh=10,ythresh=20)
sorry. it's just that the script worked fine before. I don't really think the script is the problem, but please correct me if I'm wrong.
an aside: man, my computer really hates, WMM doen'st work, media players don't work, AIM crashes every time I open it, Internet Explorer dissappeared, and now this...

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

Post by Scintilla » Tue Sep 06, 2005 9:45 pm

Okay, nothing's jumping out at me as clearly wrong, so I'll just go down the whole script rattling off possibilities:
digifreak wrote:LoadPlugin("C:\Program Files\AviSynth2\plugins\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\Decomb521.dll")
If C:\Program Files\AviSynth2\plugins is your default AVISynth plugins directory, then these two lines shouldn't even be necessary.

Make sure you don't have any older versions of the MPEG-2 decoder plugin, like MPEG2Dec.dll, MPEG2Dec3.dll, etc.

If you made your D2V file with DVD2AVI, redo it with DGIndex.
digifreak wrote:MPEG2Source("G:\FULLMETAL_ALCHEMIST_THE_CURSE\VIDEO_TS\4.d2v", CPU=4, iPP=true)
Make sure the path and filename of the D2V are correct.
digifreak wrote:LUTDeRainbow(cthresh=10,ythresh=20)
I'm flattered, but try commenting this out and see if it helps.
digifreak wrote:Telecide(order=0, guide=1, post=4)
Decimate(quality=3)
If nothing else works, comment out both these lines.

And if you get it working, do let me know how good a job the derainbower's doing... 8-)
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
digifreak
Joined: Sun Jun 06, 2004 3:32 pm
Org Profile

Post by digifreak » Fri Sep 09, 2005 9:57 am

well, nothing worked, but thanks for you're tips.

User avatar
StrangeAsAngels
Joined: Wed Oct 08, 2003 1:17 pm
Location: Mobile, AL
Contact:
Org Profile

Post by StrangeAsAngels » Wed Nov 16, 2005 11:48 pm

I'm completely new at making AMVs and trying to aspire to something better than working with WMM. I'm just getting a bit overwhelmed.

SO... I have VicBond007's Guide to Working With DVD Footage printed out and I'm using it as my Bible.. but, I am totally unfamiliar with scripting and some of these file types and having some difficulty.

I'm up to the part where it says to open my d2v file in VirtualDub.

This is what I have:

LoadPlugin("E:\Tools\AviSynth2\plugins\MPEG2Dec3.dll")
LoadPlugin("E:\Tools\AviSynth2\plugins\Decomb521.dll")
MPEG2Source("E:\noir2.d2v", idct=5, CPU=4, iPP=true)

It won't open and I'm fairly certain it's not a problem in the scripting because each time it was wrong the message would refer to the position of the errant coding. I went to open it yet again and it said it was unable to open the d2v. What are some reasons that could be happening? Should I scrap that one and go back and create another one?

Also, I noticed in the previous post the warning about using older versions of the MPEG-2 decoder plugin, MPEG2dec3.dll. That's what I'm using since that was what came with the AMVapp. Will it not work?

Please bear with me, this is all Greek to me but I'm trying to learn. Thanks in advance for your help and time.

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 Nov 17, 2005 4:56 am

did you use dgindex to create your d2v files? there's an older version of dgindex called dvd2avi. if you used dvd2avi to create the d2v files and are now using the latest amvapp, you won't be able to view your d2v files. recreate your d2v files in dvd2avi if that's the case, and even if it's not, it might be a good idea to recreate the d2v files.
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>

User avatar
StrangeAsAngels
Joined: Wed Oct 08, 2003 1:17 pm
Location: Mobile, AL
Contact:
Org Profile

Post by StrangeAsAngels » Thu Nov 17, 2005 9:00 am

downwithpants wrote:did you use dgindex to create your d2v files?
I used DVD2AVI. I guess that could be it. I'll go back and try with DGIndex.

Thank you. :D

User avatar
Keeper of Hellfire
Joined: Sun Jan 09, 2005 6:13 am
Location: Germany
Org Profile

Post by Keeper of Hellfire » Thu Nov 17, 2005 10:45 am

If you used DVD2AVI, MPEG2Dec3.dll is ok. With DGIndex you have to use DGDecode.dll - which is the better choice. Make sure that only one MPEG-Decoder is in your plugins folder.

Did you move the .dv2 file from its original location?

Sometimes the .dv2 file is faulty. Try to make it again.

You have set idct=5. Does your CPU support SSE2?

User avatar
StrangeAsAngels
Joined: Wed Oct 08, 2003 1:17 pm
Location: Mobile, AL
Contact:
Org Profile

Post by StrangeAsAngels » Mon Dec 19, 2005 11:19 am

Keeper of Hellfire wrote:If you used DVD2AVI, MPEG2Dec3.dll is ok. With DGIndex you have to use DGDecode.dll - which is the better choice. Make sure that only one MPEG-Decoder is in your plugins folder.

Did you move the .dv2 file from its original location?

Sometimes the .dv2 file is faulty. Try to make it again.

You have set idct=5. Does your CPU support SSE2?
No and I think so. :D

I guess I'll assume it's faulty and try creating it again.

Thanks!

Locked

Return to “Video & Audio Help”