Questions tagged [after-effects]

Adobe After Effects is a digital video production tool used to generate and/or manipulate moving graphics, compositing video, images and text, as well as color correct and grade. User-created plug-ins and scripts can extend almost any area of functionality and their development is the most likely reason for this tag appearing on Stack Overflow.

Adobe After Effects (AE) is primarily used by media production professionals and serious amateur filmmakers to create motion graphics and visual effects, as well as to color correct and grade movie material. It is often used along the entire production chain, from pre-production (visualization, storyboards), production (content) and post-production (compositing, 3D, special effects, color).

It allows users to animate, alter, and composite media in both 2D and 3D space with a wide range of built-in and third party plug-ins, and scripts either written in a JavaScript flavor called ExtendScript, or Apple-Script, as well as HTML5 panels and plain JavaScript modules which can be signed and distributed.

AE was initially released in 1993. It is roughly comparable to Autodesk's Combustion [now unavailable], Apple's Motion and elements of Avid Studio.

AE is one of seven core applications comprising the Adobe Creative Suite, a solution for media producers which includes , , SpeedGrade, Prelude (metadata ingest, logging and rough cuts), Audition (audio editor) and others.

AE has a plug-in architecture with an extensive library of plug-ins, both from Adobe and third party vendors, for video effects like particle systems, 3D effects, color, to things like data visualization, 3D match-moving and tracking, as well as quality processes such as eliminating flicker, noise; or special effects rigging lines removal. It can import and export sequences and projects to and from Final Cut Pro or Avid Studio. Many plug-ins are shareable with Premiere Pro.

Resources:

528 questions
13
votes
1 answer

After Effects / ExtendScript: Using libraries and importing .jsx files?

I am new to After Effects scripting but have much experience with JavaScript in the browser. How do I import .jsx files? Can I use js libraries such as underscore.js etc? What are some good resources for AE scripting? (Ideally infographics…
dani
  • 4,880
  • 8
  • 55
  • 95
10
votes
2 answers

Adobe After Effects COM Object Model ID?

Trying to get the DOM / COM Object Model of Adobe After Effects in Python, so I can manipulate / script various parts of the application. This is possible, on other Adobe applications, as demonstrated here:…
CodexAres
  • 133
  • 1
  • 8
9
votes
2 answers

Is it possible to run AfterEffects on a server to render videos on the fly with dynamic images?

I'm trying to figure out if this is possible: web server running PHP collects a number of images from user input web server takes those images, runs AfterEffects which uses the images instead of placeholders in a template video to create a…
koosa
  • 2,966
  • 3
  • 31
  • 46
8
votes
3 answers

How to check if a property value is readonly using extendscript?

I'm writing a script for After Effects that collects all properties from a layer and write them into an XML file. When I retrieve the values from the XML, some values are readOnly and the toolkit throws an error. Is there any way to check it, like…
Miguel
  • 709
  • 7
  • 21
7
votes
2 answers

Adobe After Effects extend script - how to run script from command line and pass in arguments?

I'm trying to run an Adobe AE extendscript from the command line. I use the "-r" argument and I can run scripts fine. However, is it possible to pass in an argument to the script? Like, if i run this from the command line: C:\>"C:\Program…
ygetarts
  • 923
  • 3
  • 14
  • 29
7
votes
1 answer

How to export d3.js animation to vector frames to create an AfterEffects sequence?

I'm creating some basic animations using d3.js, such as bar chart animations that show a transition between two sets of data. Ultimately, I want to bring this animation into Adobe AfterEffects to include as part of a larger video. I want to export…
Carrie
  • 1,037
  • 2
  • 12
  • 19
6
votes
1 answer

Get composition by its name in after effects project using extend script

I am working on After Effects scripts and using AE scripting guide as a base of learning. I have one After Effect project which includes two AE projects in it and each of the project having multiple items in it. I want to fetch the composition…
Pooja
  • 61
  • 1
  • 4
6
votes
4 answers

after effects remove still background

I have a movie in the after effects that dosent have a KEY color of background, but a still background. I want to detect the motion of 2 persons walking in front of this still background and bring them to the front, so I can create effects on the…
Demulis
  • 73
  • 1
  • 4
5
votes
4 answers

Programmatically change the text of a TextLayer in After Effects

I'm using the After Effects CS3 Javascript API to dynamically create and change text layers in a composition. Or at least I'm trying to because I can't seem to find the right property to change to alter the actual text of the TextLayer object.
Gareth Simpson
  • 36,943
  • 12
  • 47
  • 50
5
votes
2 answers

How To Edit After Effects Template with Python or Javascript?

I planning to build an online music visualizer but I cannot figure out how to generate high graphic visualization using this After Effects template - Visualization After Effects Template and similar others. How can I Edit this Template with my own…
5
votes
1 answer

SpriteKit, how to import animations from Adobe After Effects

I'm currently developing a 2d mobile game for ios using SpriteKit as framework. I made all animations with adobe after effects and now I have to import them into the app. Instead of using sequence of texture as recommended by Apple and other…
5
votes
0 answers

create guides in an After Effects comp window using extendscript

I want to write a script that puts guides at a layer's current position in the comp window. I've looked through the AE Scripting Guide but can't find any reference to guides. It's the kind of thing that should be doable, but is it?
stib
  • 3,346
  • 2
  • 30
  • 38
5
votes
3 answers

Can you record a css keyframe animation and save as a gif?

Has anyone ever successfully recorded in-browser animation? My goal is to somehow save or export keyframe animations as a gif to showcase fun projects in online portfolios where only images and text are supported. I tested RecordIt, but it's not…
Sara Mote
  • 236
  • 2
  • 7
5
votes
3 answers

Export After effects shape into Illustrator vector

Is it possible to convert the native vector shapes created in After Effects into adobe Illustrator or Eps etc? Tried exporting as SWF but still it converts into raster graphics and loses vector data. Even if 3rd party scripts are available, please…
user1106995
  • 780
  • 1
  • 7
  • 14
5
votes
1 answer

How do I loop through all compositions in an After Effects project?

How does one loop through all the compositions in the currently opened After Effects project?
Tamás Barta
  • 1,617
  • 1
  • 19
  • 23
1
2 3
35 36