new to avisynth, problem with opening in virtualdubmod

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Kaze_no_natsu
Joined: Fri Jul 27, 2007 5:23 pm
Location: Somewhere between nowhere
Org Profile

new to avisynth, problem with opening in virtualdubmod

Post by Kaze_no_natsu » Thu Jan 22, 2009 12:14 pm

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?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by mirkosp » Thu Jan 22, 2009 12:28 pm

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?
Image

Kaze_no_natsu
Joined: Fri Jul 27, 2007 5:23 pm
Location: Somewhere between nowhere
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by Kaze_no_natsu » Thu Jan 22, 2009 12:50 pm

ya, the actual location is there ("D:\Media\Videos\FLCL\FLCL 1\decomb521.dll")

thanks for the link, hopefully this will work for me :D

Kaze_no_natsu
Joined: Fri Jul 27, 2007 5:23 pm
Location: Somewhere between nowhere
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by Kaze_no_natsu » Thu Jan 22, 2009 1:20 pm

still getting the same error :(
It opens the .vob fine though... I feel like i'm going in circles

Kaze_no_natsu
Joined: Fri Jul 27, 2007 5:23 pm
Location: Somewhere between nowhere
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by Kaze_no_natsu » Thu Jan 22, 2009 1:41 pm

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.

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

Re: new to avisynth, problem with opening in virtualdubmod

Post by Scintilla » Thu Jan 22, 2009 11:25 pm

Kaze_no_natsu wrote:BTW is there a way to just edit your previous posts, instead of new posts each time?
Only on certain boards (I believe they are: Site Announcements, AMV Announcements, AMV Contests, possibly Anime Conventions, possibly AMV Recommendations).
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by mirkosp » Fri Jan 23, 2009 6:15 am

Scintilla wrote:
Kaze_no_natsu wrote:BTW is there a way to just edit your previous posts, instead of new posts each time?
Only on certain boards (I believe they are: Site Announcements, AMV Announcements, AMV Contests, possibly Anime Conventions, possibly AMV Recommendations).
Multi Editor Projects too.
Image

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by Qyot27 » Fri Jan 23, 2009 10:37 am

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.

Code: Select all

AVISource("C:\junk\etc\video\test.avi")
works just as well as

Code: Select all

AVISource("test.avi")
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("video\test.avi")
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by SenTrix » Fri Jan 23, 2009 12:23 pm

Kaze_no_natsu wrote:still getting the same error :(
It opens the .vob fine though... I feel like i'm going in circles
use DGIndex, to make .d2v
Image <<..:: Click Me ::..>> Image

Kaze_no_natsu
Joined: Fri Jul 27, 2007 5:23 pm
Location: Somewhere between nowhere
Org Profile

Re: new to avisynth, problem with opening in virtualdubmod

Post by Kaze_no_natsu » Mon Jan 26, 2009 6:27 pm

thanks for the help, problem has been solved :up:

this thread can be closed

Locked

Return to “AviSynth Help”