Log in

View Full Version : AviSynth on After effects ??


ayhashi
30th April 2006, 04:03
Jus't a Question ppl. It is posible to load AVS files in adobe after effects?? if so, how can you do it? i tried to load an avs file on AE but it crashes. please, any help would be apreciated. An example script would be useful too.

:thanks:

Zarxrax
30th April 2006, 17:06
You need to use the program VFAPI to convert the avs files into a fake avi. Also, have ConvertToRGB32() at the end of your script.

Mug Funky
30th April 2006, 17:14
would "makeavis" work as well? VFAPI can be a tad limited...

but i second the RGB32 thing - after effects like RGB, and i trust avisynth's conversion routines a lot more than i'd trust adobe or vfw to do anything similar...

Zarxrax
1st May 2006, 00:04
would "makeavis" work as well? VFAPI can be a tad limited...

You are aware that VFAPI has been updated (through dgindex, somehow) so that now it doesn't have all the problems it used to in the old days?
Personally, I have a lot of trouble getting makeavis to even work, a lot of the time. VFAPI should be just as good as makeavis now, though.

Mug Funky
1st May 2006, 03:00
ah, sweet! didn't know that :)