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

Call After Effects JSX (ExtendScript) from Python

New Here ,
May 22, 2018 May 22, 2018

Copy link to clipboard

Copied

Hello,

I was wondering if it was possible to call a After Effects ExtendScript from Python?

I was wondering if there was a library/wrapper available?

Thanks!

TOPICS
Scripting

Views

1.2K

Translate

Translate

Report

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
Engaged ,
Sep 08, 2018 Sep 08, 2018

Copy link to clipboard

Copied

On Windows, try this:

import os

mycmd = r'"C:\Program Files\Adobe\Adobe After Effects CC 2014\Support Files\afterfx.exe" -r C:\Users\Username\MyScripts\AE\script.jsx'

print(mycmd)

os.system(mycmd)

That works for me.

Votes

Translate

Translate

Report

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
New Here ,
Mar 15, 2023 Mar 15, 2023

Copy link to clipboard

Copied

LATEST

Thank you so much johnt53984649 , i've looking for quite sometime. i couldn't find it anywhere

Votes

Translate

Translate

Report

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