AViSynth script won't load

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
guardiansoulblade
Joined: Wed Sep 10, 2008 2:58 pm
Org Profile

AViSynth script won't load

Post by guardiansoulblade » Wed May 13, 2009 6:17 pm

I read the guide on how to create AVISynth scripts but somethings wrong with my script because it won't load into virtual dub
Here's the script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("C:\Desktop/TRCS1E1.d2v, idct=5", ipp=true")
(Telecide("order=0, guide=1, post=0")
Decimate(quality=3)

I'm using Windows Vista so if I need to change something let me know. Added screenshot for reference
Image

User avatar
The Origonal Head Hunter
The Propheteer
Joined: Sat Jul 16, 2005 12:21 am
Status: Hooked on a Feeling
Location: State of Denial
Org Profile

Re: AViSynth script won't load

Post by The Origonal Head Hunter » Wed May 13, 2009 6:24 pm

guardiansoulblade wrote: MPEG2Source("C:\Desktop/TRCS1E1.d2v, idct=5", ipp=true")
I'm pretty sure you put the quotes just around the file path, like so

Code: Select all

MPEG2Source("C:\Desktop/TRCS1E1.d2v", idct=5, ipp=true)
Someone correct me if I'm wrong, cause I can't see what that error is with such tiny print.
RonnieDaking wrote:i like my anime like I like my women, from japan and speaking english
Image
Boredom.

User avatar
The Origonal Head Hunter
The Propheteer
Joined: Sat Jul 16, 2005 12:21 am
Status: Hooked on a Feeling
Location: State of Denial
Org Profile

Re: AViSynth script won't load

Post by The Origonal Head Hunter » Wed May 13, 2009 6:27 pm

The Origonal Head Hunter wrote:

Code: Select all

MPEG2Source("C:\Desktop\TRCS1E1.d2v", idct=5, ipp=true)
fix'd.

I even previewed that, and it wasn't until I'd posted and re-read it that I said to myself, "Well fuck, that / should be a \ between Desktop and TRCS1E1.d2v" so your problem might have been using a backslash instead of a forward slash.
RonnieDaking wrote:i like my anime like I like my women, from japan and speaking english
Image
Boredom.

User avatar
guardiansoulblade
Joined: Wed Sep 10, 2008 2:58 pm
Org Profile

Re: AViSynth script won't load

Post by guardiansoulblade » Wed May 13, 2009 6:59 pm

Virtualdub won't load the .d2v file, what do I do to fix this part. I saved the part I wanted in DVD2AVI just like the guide said now what do I do? This is the first time I've used AVISynth.

User avatar
guardiansoulblade
Joined: Wed Sep 10, 2008 2:58 pm
Org Profile

Re: AViSynth script won't load

Post by guardiansoulblade » Wed May 13, 2009 7:17 pm

I got my script to load. now what do I do?. It's still a .d2v file. What's next?

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

Re: AViSynth script won't load

Post by Scintilla » Thu May 14, 2009 6:05 am

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

Locked

Return to “AviSynth Help”