Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Is there any way to add image or text via code in after effect and export video?

New Here ,
Mar 19, 2021 Mar 19, 2021

What i want to know, Like a animation of profile picture with few text matter of same person. (Graphic attached)
So is there any way? That i can change image and text any how via code only and can export as video formate.

seevi_0-1616171535264.png

 

TOPICS
How to , Import and export , Scripting , SDK , User interface or workspaces
310
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Mar 19, 2021 Mar 19, 2021

Hi,

 

Yes this is possible to accomplish with Templater for Adobe After Effects.  It has a command line interface so you can operate AE without interacting with the its graphical user interface.  You setup a project template and then use the command line to inject footage or text into layers that exist in a composition that you setup.

 

Learn more about the product here:

https://dataclay.com/templater

 

And learn more about its command line interface from Dataclay's GitHub repository:

http://github.com/dataclay/cli-tools

 

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 19, 2021 Mar 19, 2021
LATEST

it's very much possibel both via the C SDK and the Javascript API. i'd suggest taking the javascript route as it's much simpler to pull.

all of the bits involved, like importing a new image, replacing the source of a layer, changing the source text of a text layer and launching a render are a trivial manner in the javascript api.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines