【发布时间】:2011-08-17 02:06:22
【问题描述】:
我正在尝试弄清楚如何从命令行执行 After Effects 脚本。
官方文档说:
Example (for Windows):
afterfx -r c:\script_path\example_script.jsx
Mac 没有。但是我正在尝试:
open -b com.adobe.AfterEffects --args -r /script_path/example_script.jsx
然后什么也没有发生。虽然程序打开了,但似乎从未调用过脚本。
有人发现了吗?
【问题讨论】:
标签: macos scripting adobe terminal after-effects