avs scripting help
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
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
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
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
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.
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.
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
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.
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.
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
Is there a way to increase the frame speed to edit the avs file in Premeir?
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
Re: avs scripting help
what the hell?CHWOODYARD wrote: MPEG2Source("D:\DVDRips\Chobits01.d2v")
("D:\Chris\MPEG2Dec3.DLL")
("D:\Chris\Decomb.DLL")
Telecide()
Decimate(5)
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
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.
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.
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
That's what klinky said to do and it worked without having to type LoadPlugin.