avs scripting help
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
- FurryCurry
- Joined: Sun Jul 14, 2002 8:41 pm
Re: avs scripting help
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.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.
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' ) preferably the XviD version, I'm very happy with the way that one came out.
http://www.animemusicvideos.org/members ... hp?v=11682
My Eyes Are The Victim's Eyes.
My Hands Are The Assailant's Hands.
My Hands Are The Assailant's Hands.
- Stoic
- Joined: Fri Feb 14, 2003 12:23 am
- Location: Land Of Confusion
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
Murphy's Law of Combat Number 6:
If it's stupid but it works, it isn't stupid.
My Profile::Your Profile
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
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
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
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
From This Threadin the All About Me forum
Corran Productions wrote:Did you recently uninstall nimo or reinstall other stuff? Nimo is the DEVILHitokiri 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
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
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...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...
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
Would my amv turn out okay if I edit it in progressive frames? Since I have it set up that way, it takes paitence to edit it like that.
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
Is there a way to edit it like it was an avi, (with smooth playback) since the clips play in a choppy fashion at 24 fps?
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.
- Corran
- Joined: Mon Oct 14, 2002 7:40 pm
- Contact:
I'm not sure what you did but they should play back smoothly in 24 fps. Did you make mjpeg substitutes for editing? Playing back avs source will definatly look choppy unless your computer is hella fast. With AVS you are rendering each frame when it is called for so it takes a lot of processing power to play it back at normal speed.
- CHWOODYARD
- Joined: Mon Jul 15, 2002 3:54 pm
- Location: SoCal.
avs scripting help
I have finished editing my amv and previewed it in Premeir. Now what exact steps should I take to export it? I want to make sure that it exports it in a very good quality. After it exports to an avi file, should I import it in TMPGEnc and convert it to a mpg file for burning?
Hell is something that parents made up to scare kids, like the Boogie Man or........Micheal Jackson.