help me

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

help me

Postby FIREGIRL24 » Wed Jun 13, 2007 6:32 pm

ok i keep getting this

http://img171.imageshack.us/img171/8122 ... 578dj6.png

if someone can help me that would be great .

what i have virtualdub, nero 7, xvid,amv app thing, dvd decrypter,avisynth 2.5,dvix
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Re: help me

Postby jade_eyed_angel » Wed Jun 13, 2007 6:40 pm

FIREGIRL24 wrote:ok i keep getting this

http://img171.imageshack.us/img171/8122 ... 578dj6.png

if someone can help me that would be great .

what i have virtualdub, nero 7, xvid,amv app thing, dvd decrypter,avisynth 2.5,dvix


um... deinterlace? ^^
Image
Image
User avatar
jade_eyed_angel
Mad Scientist
 
Joined: 06 Oct 2003
Location: New York

Postby JaddziaDax » Wed Jun 13, 2007 6:42 pm

O: that is some really scarry interlacing O.o

the easy way in vdub mod go to video->filters->deinterlace...

or use an avisynth script to clean it up as described here:
http://www.animemusicvideos.org/guides/ ... etb3a.html
User avatar
JaddziaDax
Crazy Cat Lady!
 
Joined: 16 Mar 2004
Location: somewhere i think O.o
Status: I has a TRU Arceus

Postby Tab. » Wed Jun 13, 2007 7:13 pm

Telecide? :|
User avatar
Tab.
 
Joined: 13 May 2003
Location: gayville
Status: SLP

Postby Scintilla » Wed Jun 13, 2007 7:20 pm

Tab. wrote:TFM? :|

Fixed.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby Tab. » Wed Jun 13, 2007 7:23 pm

? :o
User avatar
Tab.
 
Joined: 13 May 2003
Location: gayville
Status: SLP

Postby Scintilla » Wed Jun 13, 2007 7:50 pm

http://web.missouri.edu/~kes25c/

As far as I can tell, Tritical's TIVTC has pretty much superseded Neuron2 (Donald Graft)'s Decomb. Heck, TFM will even fix your D2V files for you if they contain illegal field order transitions (I believe Love Hina and Excel Saga have this problem) and take hints directly from the D2V file for field matching. And it's no slower.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby FIREGIRL24 » Fri Jun 15, 2007 2:42 pm

ok guys staring to get the hang of to now thanks
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Postby FIREGIRL24 » Fri Jun 15, 2007 3:01 pm

ok where is the notepad to put made my plugin in script thing? thats all for now
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Postby kiarrens » Fri Jun 15, 2007 3:49 pm

FIREGIRL24 wrote:ok where is the notepad to put made my plugin in script thing? thats all for now


Notepad is a program on your PC. Right click in any folder, select "New," then select "text document."
Or, just go through windows.
"Start" >> "All Programs" >> "Accessories" >> "Notepad"
Make sure you name it as FileName.avs, and in the "save as type" drop down box, select "all files," otherwise it will save it as an .txt file, not a .avs.
ConnectiCon 2009 - 2013: FMV Contest Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
User avatar
kiarrens
Hagane no Aikousha
 
Joined: 04 Mar 2001
Location: The United States of Whatever

Postby FIREGIRL24 » Sat Jun 16, 2007 11:11 am

THANKS :D
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Postby FIREGIRL24 » Sat Jun 16, 2007 1:58 pm

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
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Postby kiarrens » Sat Jun 16, 2007 6:27 pm

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.
ConnectiCon 2009 - 2013: FMV Contest Coordinator
AnimeBoston 2010 - 2013: Cosplay Chess Coordinator
AnimeBoston 2012/2013: Assistant Masquerade Coordinator
User avatar
kiarrens
Hagane no Aikousha
 
Joined: 04 Mar 2001
Location: The United States of Whatever

Postby FIREGIRL24 » Sat Jun 16, 2007 10:44 pm

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 :cry:
i love sailormoon
FIREGIRL24
 
Joined: 15 Nov 2005
Location: ill.

Postby kiarrens » Sun Jun 17, 2007 10:11 am

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
User avatar
kiarrens
Hagane no Aikousha
 
Joined: 04 Mar 2001
Location: The United States of Whatever

Next

Return to Footage Help

Who is online

Users browsing this forum: No registered users and 0 guests