avs scripting help

Locked
User avatar
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by 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
RadicalEd0
Joined: Mon Jun 24, 2002 2:58 pm
Org Profile

Post by 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
klinky
Joined: Mon Jul 23, 2001 12:23 am
Location: Cookie College...
Contact:
Org Profile

Post by klinky » Sun Feb 23, 2003 2:32 am

>_< HA! I am fool... Never listen to me again!

User avatar
NicholasDWolfwood
Joined: Sun Jun 30, 2002 8:11 pm
Location: New Jersey, US
Org Profile

Post by 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
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

avs scripting help

Post by 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: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

avs scripting help

Post by 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
RadicalEd0
Joined: Mon Jun 24, 2002 2:58 pm
Org Profile

Re: avs scripting help

Post by 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
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

avs scripting help

Post by 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
RadicalEd0
Joined: Mon Jun 24, 2002 2:58 pm
Org Profile

Post by 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
CHWOODYARD
Joined: Mon Jul 15, 2002 3:54 pm
Location: SoCal.
Org Profile

avs scripting help

Post by CHWOODYARD » Sun Feb 23, 2003 6:13 pm

That's what klinky said to do and it worked without having to type LoadPlugin.

Locked

Return to “Video & Audio Help”