help me
-
- Joined: Tue Nov 15, 2005 1:17 pm
- Location: ill.
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\decomb522_25_dll_20050904.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2.dll")
MPEG2Source("C:\Documents and Settings\Katie Brock\My Documents\tesy\test.d2v",idct=5,CPU=4)
this is my script and it doesn't load in vdub . why?
i keep getting an error "loadplugin" not found
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2.dll")
MPEG2Source("C:\Documents and Settings\Katie Brock\My Documents\tesy\test.d2v",idct=5,CPU=4)
this is my script and it doesn't load in vdub . why?
i keep getting an error "loadplugin" not found
i love sailormoon
- kiarrens
- Hagane no Aikousha
- Joined: Sun Mar 04, 2001 8:49 pm
- Location: The United States of Whatever
I assume that you installed the entire AMVapp, but if you didn't, you'll need to.
I generally bypass the entire "loadplugin" thing on my scripts, they tend to look like this:
(grabs a random one)
mpeg2source("D:\FULLMETAL_ALCHEMIST\VIDEO_TS\Episode_13.d2v")
AssumeFPS(24)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
Try just getting rid of the loadplugins and see if that works for you.
I generally bypass the entire "loadplugin" thing on my scripts, they tend to look like this:
(grabs a random one)
mpeg2source("D:\FULLMETAL_ALCHEMIST\VIDEO_TS\Episode_13.d2v")
AssumeFPS(24)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
Try just getting rid of the loadplugins and see if that works for you.
ConnectiCon 2009 - 2013: FMV Contest Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
-
- Joined: Tue Nov 15, 2005 1:17 pm
- Location: ill.
did i do the script right
mpeg2source("C:\SAIYUKI_5\VIDEO_TS\test.d2v",idct=5,CPU=4)
AssumeFPS(24)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
i full installed the entrie amvapp. what i am i doing wrong ? i am i putting it wrong in vdub i go to files then run script but the thing that says files of type it says (.vcf,.syl,.jobs)what does that mean? and then i load my file but then an error. i am so lost
mpeg2source("C:\SAIYUKI_5\VIDEO_TS\test.d2v",idct=5,CPU=4)
AssumeFPS(24)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
i full installed the entrie amvapp. what i am i doing wrong ? i am i putting it wrong in vdub i go to files then run script but the thing that says files of type it says (.vcf,.syl,.jobs)what does that mean? and then i load my file but then an error. i am so lost
i love sailormoon
- kiarrens
- Hagane no Aikousha
- Joined: Sun Mar 04, 2001 8:49 pm
- Location: The United States of Whatever
The only thing I can think of is getting rid of that "idct=5,CPU=4" in there. :\ Have you looked through the AVS help forum section? Maybe you'll find an answer if you skim through there, and if you can't find an answer, posting there would probably get more replies than posting about AVS problems here. ><
ConnectiCon 2009 - 2013: FMV Contest Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
-
- Joined: Tue Nov 15, 2005 1:17 pm
- Location: ill.
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I has a TRU Arceus
- Location: somewhere i think O.o
- Contact:
-
- Joined: Tue Nov 15, 2005 1:17 pm
- Location: ill.
thanks but i get an error like missing file orJaddziaDax wrote:file -> open
or drag and drop the file in there
"avisynth open failure:
mpeg2source:could't open source file of obsolete d2v file"
(c:\documents and settings\katiebrock\my documents\test.avs,line)
is there no end to this?
i love sailormoon
- kiarrens
- Hagane no Aikousha
- Joined: Sun Mar 04, 2001 8:49 pm
- Location: The United States of Whatever
Try running the VOB through DGIndex again. "Save project as" to get your .d2v, if that doesn't work, I don't know what to tell you. :\FIREGIRL24 wrote: thanks but i get an error like missing file or
"avisynth open failure:
mpeg2source:could't open source file of obsolete d2v file"
(c:\documents and settings\katiebrock\my documents\test.avs,line)
is there no end to this?
ConnectiCon 2009 - 2013: FMV Contest Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator