Shivam Kumar
Shivam Kumar

Reputation: 85

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 text and audio. I want to make something like this - Website Example

I Found Some Visualization Example using Web Audio & p5js But They Were Not as Graphically Pleasing and I want to Streamline The Process By Using Existing AE Templates. I Was Not Able to Find Any Helpful Tutorial or Tool for this, So I am Here Looking for a Solution.

The Process -

  1. User Makes API Request with Link of Audio (web address), Title and Subtitle.
  2. The Video is Processed with the Data in the request and stored in a public access dir.
  3. Link to The File is Sent Back to The User.

The Tech I Am Open to Use : ReactJS, Javascript, Python, Django, Nodejs.

Thanks for your time.

Upvotes: 6

Views: 3494

Answers (3)

Ivan Senic
Ivan Senic

Reputation: 649

A more user friendly option, but a commercial one, would be Plainly Videos. Main benefit is that there is a Rest HTTP API that you could use once you upload and setup your After Effects projects. Thus, you don't actually do direct programming, but mainly communicate with the API.

Upvotes: 1

ariestav
ariestav

Reputation: 2967

Just wanted to add this in addition to Shivam's answer: you can achieve this using Dataclay's tool Templater Bot for Adobe After Effects.

Upvotes: 0

Shivam Kumar
Shivam Kumar

Reputation: 54

Use NexRender

This Will Help To Edit and Render After Effects File. Read the Docs and Implement According to Your Need.

Upvotes: 3

Related Questions