Avisynth in After Effects

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Jnzk
Artsy Bastid
Joined: Tue Jan 28, 2003 5:30 pm
Location: Finland
Org Profile

Post by Jnzk » Thu Dec 15, 2005 4:31 am

Remember that VFAPI upsamples to RGB by default in interlaced mode. If your script outputs progressive footage (e.g. you do IVTC with Telecide + Decimate), put "_P" just before the extension in the filename. This forces progressive upsampling. So for example bibleblack_P.avs.
Please ignore that. Apparently it only works when you're using .d2vs directly. AVS scripts are converted to RGB24 in progressive mode by default.

User avatar
Warheart
Joined: Wed Sep 17, 2003 11:58 am
Status: Immersed
Location: In Fiction
Contact:
Org Profile

Post by Warheart » Thu Dec 15, 2005 8:48 am

I guess this method is now use if you're using raws or any other type of avi ?
But it's nice to know that I can use that method for my next video ;). Thanks a bunch.

Organoid
Joined: Wed Nov 10, 2004 11:30 pm
Org Profile

Help

Post by Organoid » Sat Jan 14, 2006 1:02 am

Hey, im starting to make AMV's but the program cardwell(i think thats his name) talked about....i got to the part with the colored picture and the beeep sound....but when it comes to actually uploading different files into that program im lost....it keeps saying error: canot open that file when i use the right format and everything....if theirs anyone experienced enough that can show/tell me plz talk to me

User avatar
sagarajack
Joined: Sun Oct 17, 2004 11:34 am
Org Profile

Post by sagarajack » Thu Jan 26, 2006 6:17 pm

is there any other benefit by using avs other than saving space? i do all my project in RGB32, a lil alpha helps the effect i think. i usually have 160gb of space for projects, it's enough for most of the time except for CS skill vids.
i never worked with avs, so go back to my first question, what are its benefits? do i loose some of the effect properties by using it?

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Jan 26, 2006 7:41 pm

sagarajack wrote:is there any other benefit by using avs other than saving space?
Yes, you can modify your preprocessing filter chain without having to re-encode any files (as long as you're not changing anything that would affect properties such as resolution and frame rate).

You could edit with scripts with no preprocessing at all (except, say, IVTC and resizing) because it's faster that way, then just before exporting your video, add some preprocessing to make them better-looking and/or easier to compress.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
sagarajack
Joined: Sun Oct 17, 2004 11:34 am
Org Profile

Post by sagarajack » Fri Jan 27, 2006 5:56 pm

script to me is a pain in the butt, i guess i just can't use it, just get another 400gb hd :)

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Sat Feb 18, 2006 9:35 am

sagarajack wrote:script to me is a pain in the butt, i guess i just can't use it, just get another 400gb hd :)
or you can download the God of all guides and keep it open whenever you want to make a script. It's what I did for my first vids with avs.
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
AngryManAnime
Joined: Sat Nov 08, 2003 2:26 pm
Location: US
Contact:
Org Profile

Post by AngryManAnime » Thu Mar 09, 2006 3:55 am

So did I, but I still had to ask questions when I overlooked the SetMemoryMax option and wound up with black scripts. That was ages ago though, it's been updated since then.

Ripping/scripting DVD footage can be a real pain, but viewing the resulting footage for the first time will amaze you with it's incredible clarity.

Lu Tze
Joined: Sat Sep 24, 2005 10:11 am
Org Profile

The answer to the initial question

Post by Lu Tze » Wed Apr 05, 2006 7:55 am

After some trying around I managed to import Avs-Files into After Effects (v. 7 pro, but version should not matter).
There are a few things that need to be done right, however, in order for this to work, and some are not so obvious:
- Your AVS-script may NOT contain relative paths. Use absolutes ONLY!!
- Use MakeAVIS (part of ffdShow, you need to enable it during install) to convert your script to a dummy-AVI-file, which can then be imported. However: This does not work for all versions of ffdShow, so you need to try around a bit. The one I am using right now is 20050909. The 20051103 version will NOT work, meaning that you can play those AVI-files using a DirectShow-Player (e.g. zplayer), but you will be unable to open them in VirtualDub or After Effects.
- Audio streams are problematic. It is saver to include a "KillAudio()" line in you AVS-script. If you really need to use an audio stream, you have to activate the option "Store uncompressed audio". If you do not, After Effects will crash as soon as you import the AVI. (This may have been fixed in later versions of ffdShow)

- Other than that it seems you can do just about everything, even after creating the dummy-Avi-file. For example, you can replace the AVS-file later, change the file the AVS-video references, add sharpening effects and use DirectShowSource for your video, so your source can be a WMV-file or an MKV-file with X264. (but you should use those for rendering only because editing will be very slow). You can even change resolution and color space later, but a change in resolution will crop the image.

All this together is not nearly as complicated as it sounds, and it is definetely worth it. Editing with MJPEG instead of a lossless source does not just save you a huge amound of disk space, it is also much faster.

Well, I hope this will help some people!

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Wed Apr 19, 2006 1:23 pm

Please, Please, HELP.

I've asked this everywhere but I didn't get any answer, so please, I'm truly desperate, help me, anyone. :( I'm trying to import any type of clip into After Effects, now, for example, an Episode (any) of Full Metal Alchemist, 640x480 with 23,976 fps, receiving, continously, this error.

After Effects error: retrieving frame from video stream. (3)

( 53 :: 34)


Please, anyone can help me? I'm really desperate I don't know what can I do. :cry:

I think that probably this can belong to an Avysinth solution but I tried to make what it's suggested here, without changing, sadly, nothing.
ImageImage
Image

Locked

Return to “AviSynth Help”