avs scripting help

This forum is for video and audio help and discussion.

Postby klinky » Sun Feb 23, 2003 1:44 am

AVISynth2 o_O


Frankely, I would uninstall the AMVapp pack, uninstall any versions of AVISynth. Then start from scratch.

Install the AMVApp pack, follow it carefully and make sure you know where it puts everything.

Recreated the D2V file in DVD2AVI 1.86.

I would make shorter easier pathnames, just to make it neater. Like a folder called:

D:\DVDrips\Chobit01

Shouldn't really matter, just shorter pathnames are easier to type :p.

Then redo your AVISynth file, first make it work with just MPEG2Source, then add decomb and the others.

AVISynth2 is not compatible with older plugins. Don't install AVISynth2 ;\.


~klinky
User avatar
klinky
 
Joined: 23 Jul 2001
Location: Cookie College...

Postby RadicalEd0 » Sun Feb 23, 2003 1:59 am

avisynth 2.06 is what the lastest amvapp uses klinky

2.5 isnt compatible with old plugins due to operating in YV12 over YUY2
User avatar
RadicalEd0
 
Joined: 24 Jun 2002

Postby klinky » Sun Feb 23, 2003 2:32 am

>_< HA! I am fool... Never listen to me again!
User avatar
klinky
 
Joined: 23 Jul 2001
Location: Cookie College...

Postby NicholasDWolfwood » Sun Feb 23, 2003 12:31 pm

LoadPlugin("D:\myname\mpeg2dec3.dll")
LoadPlugin("D:\Myname\Decomb.DLL")
MPEG2Source("D:\Myname\video_folder\chobits_DVD_1\chobits_DVD_1.d2v")
Telecide()
Decimate(5)


That's what your script should look like. You have no use for downsizing the resolution since there's a 99% chance that Premiere will NOT accept the AVS if doing the MJPEG -> AVS switch.
Image
User avatar
NicholasDWolfwood
 
Joined: 30 Jun 2002
Location: New Jersey, US

avs scripting help

Postby CHWOODYARD » Sun Feb 23, 2003 4:16 pm

HOLY CRAP!!!!!!!!

YOKKATTA!!!!!!!!!!!!!

It is finally working in both Premeir and VirtualDub.

I have avs file setup like this:

MPEG2Source("D:\DVDRips\Chobits01.d2v")
("D:\Chris\MPEG2Dec3.DLL")
("D:\Chris\Decomb.DLL")
Telecide()
Decimate(5)

Thank You everyone for your help. I am so glad that I posted on this message board

If you wish I could put your screen name in the "People Who Helped Me Make This" section at the end of the amv.

I have to say that I now very excited that I have to spend hours upon hours editing my amv to my song. I'm being a little sarcastic.
User avatar
CHWOODYARD
 
Joined: 15 Jul 2002
Location: SoCal.

avs scripting help

Postby CHWOODYARD » Sun Feb 23, 2003 5:36 pm

Is there a way to increase the frame speed to edit the avs file in Premeir?
User avatar
CHWOODYARD
 
Joined: 15 Jul 2002
Location: SoCal.

Re: avs scripting help

Postby RadicalEd0 » Sun Feb 23, 2003 5:55 pm

CHWOODYARD wrote:MPEG2Source("D:\DVDRips\Chobits01.d2v")
("D:\Chris\MPEG2Dec3.DLL")
("D:\Chris\Decomb.DLL")

Telecide()
Decimate(5)


what the hell?
User avatar
RadicalEd0
 
Joined: 24 Jun 2002

avs scripting help

Postby CHWOODYARD » Sun Feb 23, 2003 6:00 pm

Oops, I forgot to remove my name from it. But it works in Premier at 23.98 fps instead of a smooth 29.97 fps.

ErMac's guide says to utilize the Decomb.dll I have to type the Telecide() and Decimate(5) script. Unless I don't have to use the Decomb.dll file to edit the avs file in Premier.
User avatar
CHWOODYARD
 
Joined: 15 Jul 2002
Location: SoCal.

Postby RadicalEd0 » Sun Feb 23, 2003 6:05 pm

nono.. the.. it only says ("D:\Chris\MPEG2Dec3.DLL")! not loadplugin
and your mpeg2source is before you load it.. even.. without the load command..wt..f?
User avatar
RadicalEd0
 
Joined: 24 Jun 2002

avs scripting help

Postby CHWOODYARD » Sun Feb 23, 2003 6:13 pm

That's what klinky said to do and it worked without having to type LoadPlugin.
User avatar
CHWOODYARD
 
Joined: 15 Jul 2002
Location: SoCal.

Postby klinky » Mon Feb 24, 2003 12:52 am

o_O

doesn't make sense to me either
User avatar
klinky
 
Joined: 23 Jul 2001
Location: Cookie College...

Re: avs scripting help

Postby FurryCurry » Mon Feb 24, 2003 3:35 am

CHWOODYARD wrote:Oops, I forgot to remove my name from it. But it works in Premier at 23.98 fps instead of a smooth 29.97 fps.

ErMac's guide says to utilize the Decomb.dll I have to type the Telecide() and Decimate(5) script. Unless I don't have to use the Decomb.dll file to edit the avs file in Premier.


It's ok to edit in 29.97, but you will have to deinterlace your video after its finished, and you may have a few artifacts left around after you do.

Just open your .avs file in notepad, and remove the stuff about telecide, decimate, and loading decomb, then save a copy of the modified file under a different name.

If you want to see how a vid can turn out when it's been edited interlaced @ 29.97, then fixed in post production, give mine a look-see. (shameless pimpin' :wink: ) preferably the XviD version, I'm very happy with the way that one came out.

http://www.animemusicvideos.org/members/members_videoinfo.php?v=11682
My Eyes Are The Victim's Eyes.
My Hands Are The Assailant's Hands.
User avatar
FurryCurry
 
Joined: 14 Jul 2002

Postby Stoic » Mon Feb 24, 2003 10:15 am

heh I was going to post up a similar topic but then I read this one all my questions were answered. Basically my problem was the guide I read, never said you needed to put the AVS file in the same directory as the plugin. (Thought maybe that the plug-in for Adobe knew where you installed the plugin and read it like that.) Saved me a great deal of head ache :) Or maybe it did say it and I skipped over it.
"More than hundred fucking takes." - Jackie Chan.
Murphy's Law of Combat Number 6:
If it's stupid but it works, it isn't stupid.
My Profile::Your Profile
User avatar
Stoic
 
Joined: 14 Feb 2003
Location: Land Of Confusion

Postby klinky » Mon Feb 24, 2003 10:54 am

The adobe plugin goes in the Premiere plugin folder.
The MPEG2DEC dll goes into C:\AVSFilters(default autoload folder, you can specify a different autoload folder during install) or where ever you feel like it.

If you put it somewhere other then the autoload folder. You must tell AVISynth where to find it. Thus, you must add the LoadPlugin("C:\MPEG2DECLocation\MPEG2DEC.dll") line to your file. If you did put the MPEG2DEC dll in the autoload folder, you don't need to type in the load plugin command since AVISynth automatically loads the filter along with any others in your autoload folder.

You do NOT need to have any dlls or plugins in the same folder as your AVS file.


~klinky
User avatar
klinky
 
Joined: 23 Jul 2001
Location: Cookie College...

Postby Corran » Tue Feb 25, 2003 4:09 pm

From This Threadin the All About Me forum

Corran Productions wrote:
Hitokiri Carl C wrote:My comp has hated me for 5 months (meaning that my AMV prog didn't work =_=) but now recently it just began to work again without reason :D


Did you recently uninstall nimo or reinstall other stuff? Nimo is the DEVIL :evil:


Hitokiri Carl C wrote:I have Nimo on my comp, for like 1 year... and I didn't install anything in particular, but I didn't know that Nimo was Evül O_o


Corran Productions wrote:Well most of it is... I only use some of its bundled direct show filters and leave the rest unchecked. Then I install all of my video editing stuff right after. And when I uninstall it, I reinstall the AMV pack. It seems to enjoy uninstalling AVIsynth...


I had similar problems about a month ago so I though I should post this here. I've found that Nimo likes tweaking with avisynth to the point you can't use it as the guides tell you to...
User avatar
Corran
 
Joined: 14 Oct 2002

PreviousNext

Return to Video & Audio Help

Who is online

Users browsing this forum: No registered users and 0 guests