inlife / nexrender

📹 Data-driven render automation for After Effects

Home Page:https://www.nexrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After Effects Version Error

mengozq opened this issue · comments

Hello Vlad!

I'm getting this error when rendering with AE 2023. Hope you can help me with it.

"rendering reached an error: After Effects error: The file you are attempting to open was created with After Effects version 23.6.2 (Windows 64) and cannot be opened with this version."

AE version 23.6.2
NexRender version 1.47.1

I have included the outputModule and outputExt in my Json.
"template": {
"src": "file:///hiddenfilepath/TemplateA.aep",
"composition": "CompName",
"settingsTemplate" : "Best Settings",
"outputModule" : "H.264 - Match Render Settings - 15 Mbps",
"outputExt" : "mp4"
},

There could be differences between the AE version where the project was created and the AE where the project is being opened. Have you tried opening that AE project file manually? Does it ask you to convert the project? Does it show the same error?

Could it be there are more than one AE versions installed on your machine, and it uses a different one with nexrender?

Please refer to the --binary flag in the --help menu of the cli or worker interface. You will need simply to provide a valid path to the binary and that's it!

Hey Vlad,

I tried adding --binary, but I ran into a couple of problems. With a few questions.

  1. I'm using NodeJS, so I'm not executing NexRender via CMD. I tried adding --binary via this.
    const result = await render(nexRenderMenuData,{ binary: 'C:\\Program Files\\Adobe\\Adobe After Effects 2023\\Support Files\\aerender.exe' });
    I thought it worked since it was asking me to run application with admin priviledges once.

  2. How do I run admin using js/nodejs?

  3. I didn't know how so I ran cmd in admin and tried to do the same task,
    nexrender-cli-win64.exe --binary="C:/Program Files/Adobe/After Effects CC 2023/Support Files/aerender.exe" --file C:\hiddenpath\NexRenderMenu.json.
    However, it still states "using automatically determined directory of After Effects installation:", which is AE 2020.

It's all good now! I don't know if running VSC in admin mode helped. Anyway, thanks so much Vlad!