Skip to main content
Participant
September 12, 2013
Question

After effect SDK and PHP

  • September 12, 2013
  • 1 reply
  • 687 views

Hello,

I'm a newbie in After effect.

I would like to know if it's possible to generate a video with the after effect SDK after sending parameters by a PHP script ?

Thank you very much.

This topic has been closed for replies.

1 reply

Community Expert
September 12, 2013

hi timmxware777!

welcome to the forum, where the people are good, and the advice is also! (most of the time)

what you're asking about is very much possible, and you can lookup a few threads that have discussed this here in the past.

HOWEVER, i would very much reccommend that you do that task using the javascript API and not the SDK, as it wuokd be much much simpler to pull off.

if you ever need one of the very few advantages that c++ offers over js for this task, then migrate your code when you need to.

you'll save yourself a TON of hurt. (really)

Participant
September 12, 2013

Thank you very much !!