1
Call After Effects JSX (ExtendScript) from Python
New Here
,
/t5/after-effects-discussions/call-after-effects-jsx-extendscript-from-python/td-p/9836934
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Engaged
,
/t5/after-effects-discussions/call-after-effects-jsx-extendscript-from-python/m-p/9836935#M58164
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
LATEST
/t5/after-effects-discussions/call-after-effects-jsx-extendscript-from-python/m-p/13654208#M225901
Mar 15, 2023
Mar 15, 2023
Copy link to clipboard
Copied
Thank you so much johnt53984649 , i've looking for quite sometime. i couldn't find it anywhere
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

