问题描述
const aerender = spawn('C:\\Program Files\\Adobe\\Adobe After Effects 2020\\Support Files\\aerender.exe',['-comp','main','-project',path +'templates\\1\\template.aep','-output',(path+'results\\'+ customTime +'_'+name +'.mov'),'-Rstemplate',renderTemplate,'-s','1','-e',duration *30 ])
问题是,我还有一个可以在 AE 中运行的脚本,它将 startTime 和 endPoint 设置为某些层,我想在渲染之前从代码运行此脚本,而无需打开 AE。
我试着等待这个:
const afterfx = spawn('C:\\Program Files\\Adobe\\Adobe After Effects 2020\\Support Files\\AfterFX.exe',['-r','C:\\Program Files\\Adobe\\Adobe After Effects 2020\\Support Files\\Scripts\\Startup\\adjust.jsx' ])
我也尝试在启动文件夹中插入脚本,在手动打开项目时工作,而不是通过代码调用。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)