new to avisynth, problem with opening in virtualdubmod
-
- Joined: Fri Jul 27, 2007 5:23 pm
- Location: Somewhere between nowhere
new to avisynth, problem with opening in virtualdubmod
so, i've been tryin to figure out how to use this avisynth thing and need some help. I was following the "vicbond007's guide to working with dvd" (well kind of) and I have all the files needed, wrote up the first part of the script:
LoadPlugin("absolute location")
LoadPlugin("absolute locaton")
Mpeg2Source("absolute loc")
I then try to open it in virtualdubmod and it says "cannot determine file type of (absolute location of file)"
any help pls?
LoadPlugin("absolute location")
LoadPlugin("absolute locaton")
Mpeg2Source("absolute loc")
I then try to open it in virtualdubmod and it says "cannot determine file type of (absolute location of file)"
any help pls?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: new to avisynth, problem with opening in virtualdubmod
Vicbond's guide is outdated, use this guide instead: http://www.animemusicvideos.org/guides/avtechbeta/.
Also, for your specific problem... you do have the actual absolute location (eg: "C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter.dll") of the files you need and not just "absolute location", right?
Also, for your specific problem... you do have the actual absolute location (eg: "C:\Program Files\AviSynth 2.5\plugins\FFT3DFilter.dll") of the files you need and not just "absolute location", right?
-
- Joined: Fri Jul 27, 2007 5:23 pm
- Location: Somewhere between nowhere
Re: new to avisynth, problem with opening in virtualdubmod
ya, the actual location is there ("D:\Media\Videos\FLCL\FLCL 1\decomb521.dll")
thanks for the link, hopefully this will work for me
thanks for the link, hopefully this will work for me

-
- Joined: Fri Jul 27, 2007 5:23 pm
- Location: Somewhere between nowhere
Re: new to avisynth, problem with opening in virtualdubmod
still getting the same error
It opens the .vob fine though... I feel like i'm going in circles

It opens the .vob fine though... I feel like i'm going in circles
-
- Joined: Fri Jul 27, 2007 5:23 pm
- Location: Somewhere between nowhere
Re: new to avisynth, problem with opening in virtualdubmod
i think i figured it out, I re-installed avisynth outside the folder i had it in (the default install folder) and now it seems to be working.
BTW is there a way to just edit your previous posts, instead of new posts each time?
Thanks again for the help.
BTW is there a way to just edit your previous posts, instead of new posts each time?
Thanks again for the help.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: new to avisynth, problem with opening in virtualdubmod
Only on certain boards (I believe they are: Site Announcements, AMV Announcements, AMV Contests, possibly Anime Conventions, possibly AMV Recommendations).Kaze_no_natsu wrote:BTW is there a way to just edit your previous posts, instead of new posts each time?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: new to avisynth, problem with opening in virtualdubmod
Multi Editor Projects too.Scintilla wrote:Only on certain boards (I believe they are: Site Announcements, AMV Announcements, AMV Contests, possibly Anime Conventions, possibly AMV Recommendations).Kaze_no_natsu wrote:BTW is there a way to just edit your previous posts, instead of new posts each time?
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: new to avisynth, problem with opening in virtualdubmod
Also for future reference, AviSynth (and even DGIndex) can recognize and use relative paths. It isn't restricted to only using absolute paths. I hardly ever use absolute paths in my scripts, and they work fine.
works just as well as
so long as the script is in the directory with the file you want to open.
Heck, even semi-absolute paths work, like
Code: Select all
AVISource("C:\junk\etc\video\test.avi")
Code: Select all
AVISource("test.avi")
Heck, even semi-absolute paths work, like
Code: Select all
AVISource("video\test.avi")
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- SenTrix
- Joined: Mon Jun 23, 2008 8:25 am
- Status: Editing
- Location: South East England
Re: new to avisynth, problem with opening in virtualdubmod
use DGIndex, to make .d2vKaze_no_natsu wrote:still getting the same error![]()
It opens the .vob fine though... I feel like i'm going in circles
-
- Joined: Fri Jul 27, 2007 5:23 pm
- Location: Somewhere between nowhere
Re: new to avisynth, problem with opening in virtualdubmod
thanks for the help, problem has been solved
this thread can be closed

this thread can be closed