AviSynth Scripts Will Not Open

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Anno-san
Joined: Thu Dec 24, 2009 4:03 pm
Org Profile

AviSynth Scripts Will Not Open

Post by Anno-san » Mon Sep 20, 2010 6:49 pm

Since this post I have not been able to open ANY AviSynth script in ANY media player or editor.

At the time I made my post in the above link, AviSynth was working fine. I opened the script I needed in MPC-HC. It loaded OK, no problems or issues of any kind. I searched through the video and saved the image I needed. I close MPC-HC. The next time I attempt to open an AviSynth script in MPC-HC, NOTHING. The player just loops the Opening... status at the bottom of the window and never actually opens the script. Let me make this clear, I mean that absolutely NO AVS scripts could be opened in any of the programs I normally use to do so.

I assume my computer is being hacked by the same loser it has been for some time. But if anyone thinks there's any logical explanation then go ahead.

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Zarxrax » Mon Sep 20, 2010 7:08 pm

Uninstall/reinstall avisynth

User avatar
Anno-san
Joined: Thu Dec 24, 2009 4:03 pm
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Anno-san » Tue Sep 21, 2010 8:27 am

Zarxrax wrote:Uninstall/reinstall avisynth
Did not work.

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

Re: AviSynth Scripts Will Not Open

Post by Scintilla » Tue Sep 21, 2010 12:35 pm

Get WarpSharp.dll and LoadPluginEx[/2].dll out of the default plugins directory?

If all else fails, remove ALL of the plugins from the default plugins directory, and if the script opens then, then start moving them back one by one and testing the script after each one to find out which plugin breaks it.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Anno-san
Joined: Thu Dec 24, 2009 4:03 pm
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Anno-san » Tue Sep 21, 2010 12:38 pm

The Thing is though that I can open the scripts in Virtualdub, just not mpc-hc.

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Kariudo » Tue Sep 21, 2010 2:23 pm

then that isn't your scripts not opening in any media player or editor =/

post yer script please
Image
Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Zarxrax » Tue Sep 21, 2010 6:17 pm

Try reinstalling mpc-hc.
And if avs scripts dont play in it, its not really a big deal, just use virtualdub.

User avatar
Anno-san
Joined: Thu Dec 24, 2009 4:03 pm
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Anno-san » Tue Sep 21, 2010 7:29 pm

Kariudo wrote:then that isn't your scripts not opening in any media player or editor =/

post yer script please

Code: Select all

Dgdecode_mpeg2source("C:\Users\?\dvd rip\Ed, Edd n Eddy\Ed Edd n Eddy Episode 2.d2v", cpu=6, info=3)
Colormatrix(hints=true, dest=2, interlaced=false)
TemporalDegrain()
FFT3Dgpu(sigma3=1, bt=3, plane=3)
ContraSharpening()
loadplugin("C:\users\?\downloads\warpsharp.dll")
EE()

User avatar
Anno-san
Joined: Thu Dec 24, 2009 4:03 pm
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Anno-san » Tue Sep 21, 2010 7:57 pm

I have the tweaked mpc-hc that comes with the CCCP. I just rest the settings in CCCP. Problem solved for now.

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: AviSynth Scripts Will Not Open

Post by Mister Hatt » Wed Sep 22, 2010 10:42 am

Why are you running colormatrix on a DVD? Do you even know what it does? You're also using ContraSharpening() incorrectly and it is doing nothing but slowing your script down. Stop using parameters to DGDecode, it only needs the d2v file and anything else you do is destructive and stupid. I have no idea why you feel you need TemporalDegrain() as well as FFT3D, I would drop the degrainer, but your choice I guess.

That said, MPC-HC isn't interfacing with VFW properly. Reinstall it, or even better remove all the shit your machine is probably filled with and install DivX7 codec only along with the latest CCCP beta. Should make everything play nice, although you may want to revert to an older Haali build.

Locked

Return to “AviSynth Help”