AviSynth Scripts Will Not Open
- Anno-san
- Joined: Thu Dec 24, 2009 4:03 pm
AviSynth Scripts Will Not Open
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.
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.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: AviSynth Scripts Will Not Open
Uninstall/reinstall avisynth
- Anno-san
- Joined: Thu Dec 24, 2009 4:03 pm
Re: AviSynth Scripts Will Not Open
Did not work.Zarxrax wrote:Uninstall/reinstall avisynth
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: AviSynth Scripts Will Not Open
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.
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.
- Anno-san
- Joined: Thu Dec 24, 2009 4:03 pm
Re: AviSynth Scripts Will Not Open
The Thing is though that I can open the scripts in Virtualdub, just not mpc-hc.
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: AviSynth Scripts Will Not Open
then that isn't your scripts not opening in any media player or editor =/
post yer script please
post yer script please
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: AviSynth Scripts Will Not Open
Try reinstalling mpc-hc.
And if avs scripts dont play in it, its not really a big deal, just use virtualdub.
And if avs scripts dont play in it, its not really a big deal, just use virtualdub.
- Anno-san
- Joined: Thu Dec 24, 2009 4:03 pm
Re: AviSynth Scripts Will Not Open
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()
- Anno-san
- Joined: Thu Dec 24, 2009 4:03 pm
Re: AviSynth Scripts Will Not Open
I have the tweaked mpc-hc that comes with the CCCP. I just rest the settings in CCCP. Problem solved for now.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: AviSynth Scripts Will Not Open
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.
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.