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

rest api for after effect

Community Beginner ,
May 17, 2019 May 17, 2019

I want to create an API to control after effects project and edit text or images from outside aftereffects

And link that api to mobile application

How can i achieve that?

thank you .

2.9K
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

correct answers 1 Correct answer

Community Expert , May 17, 2019 May 17, 2019

Yes, this is possible with scripting, there's a lot of ways to go about this. I've controlled AE with an outside app using an invisible CEP panel and communicating back and forth with web sockets.

Also, you'll have better luck with development questions in this forum:

After Effects Scripting

Translate
Community Expert ,
May 17, 2019 May 17, 2019

Yes, this is possible with scripting, there's a lot of ways to go about this. I've controlled AE with an outside app using an invisible CEP panel and communicating back and forth with web sockets.

Also, you'll have better luck with development questions in this forum:

After Effects Scripting

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 Beginner ,
May 25, 2019 May 25, 2019

thank you

your comment helped me alot

i started with learing after effect scripting and a got to the point of making script that allow me to make changes to my project files locally

but now i am trying to use CEP panel

i didnt find video tutorial for it or spicefic guid for my usage

do you have any recommendation ?

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 ,
May 25, 2019 May 25, 2019
LATEST

There aren't as many resources for CEP, but a great way to start is by downloading the sample panels on the Adobe CEP GitHub. Things to pay attention to are the Getting Started Guide​ and the AE Sample Panel. Installing the panel and starting to play around with it is a great way to learn. If you know HTML and CSS already, this will give you a head start, if not check out w3schools.

If you're interested in some paid learning, Davide Barranca has a great book on CEP Panels​. It's titled Photoshop, but applies to all Adobe CEP Panels and Mathias Möhl has some great courses on AE Scripting at FXPHD: https://www.fxphd.com/details/539/  https://www.fxphd.com/details/541/

Also, once you're familiar with CEP Panels, enable Node.js and now you can use any npm module you want, which opens up tons of possibilities. Good luck!

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