Activity › Forums › Adobe After Effects › Setting up aerender on Mac. Basics.
-
Setting up aerender on Mac. Basics.
Posted by Forrest Maready on March 28, 2010 at 6:24 pmI’m getting “command not found” whenever I invoke aerender from a Bash terminal shell. Anyone know the proper way to run aerender on a Mac? Do I double-click it (currently launches the help file and quits). Do I assign it as an environment variable or something?
Any help greatly appreciated!!!
Thanks-Joe Clay replied 9 years, 11 months ago 7 Members · 13 Replies -
13 Replies
-
Todd Kopriva
March 28, 2010 at 7:08 pmYou pass arguments on the command line, as described here: “Automate rendering with aerender”.
———————————————————————————————————
Todd Kopriva, Adobe Systems Incorporated
putting the ‘T’ back in ‘RTFM’ : After Effects Help on the Web
———————————————————————————————————
If a page of After Effects Help answers your question, please consider rating it. If you have a tip, technique, or link to share—or if there is something that you’d like to see added or improved—please leave a comment. -
Forrest Maready
March 29, 2010 at 1:58 amThanks- I’m not sure if you read my post. I’m getting a command not found error. Do you have any explanation for why I might be getting that? I’ve read the documentation already- that’s why I posted the question.
-
Todd Kopriva
March 29, 2010 at 2:37 amYes, I read your post. I thought that I answered your question “Anyone know the proper way to run aerender on a Mac? Do I double-click it”.
———————————————————————————————————
Todd Kopriva, Adobe Systems Incorporated
putting the ‘T’ back in ‘RTFM’ : After Effects Help on the Web
———————————————————————————————————
If a page of After Effects Help answers your question, please consider rating it. If you have a tip, technique, or link to share—or if there is something that you’d like to see added or improved—please leave a comment. -
Matthew Radcliff
March 29, 2010 at 5:15 pmForrest,
it sounds like either you are not in the correct folder to run aerender, or you are not calling the file correctly. Go to the folder where you have AE installed, and double check by looking for aerender in that directory. If it is there, then type in “./aerender -version” and it should return a line with the version of AE you have.
Best of luck,
Matt -
Forrest Maready
March 29, 2010 at 8:05 pmThanks Matt- you’re on to something. Double-clicking the file seems to append an exit; command to the end, not sure why. Any ideas why?
Anyways, I didn’t know about the ./ trick (wasn’t mentioned in the manual anywhere) so I learned something new. Thanks man!
-
Matthew Radcliff
March 29, 2010 at 8:14 pmForrest, as far as I understand it, you wouldn’t click on “aerender.” That is an executable that you run from the command line (through the Terminal utility, for instance). The flags and settings are all described in the article that Todd linked to above. You can also type “./aerender -help” and get an output in the Terminal window.
For instance, “./aerender -proj myProject.aep” will render the comps in the queue in the After Effects project called myProject.aep
When you double-click aerender, it is the same as typing “./aerender” in the Terminal. Since you aren’t telling it what to render, it starts up and finds no input, so it then exits the program.
-
Dave Irion
March 31, 2010 at 8:02 pmthis guy made a droplet AErender script, simply drop your project onto it:
https://www.andrewandoru.com/2010/03/17/labs-aerender/
-
Holby Larsen
August 14, 2010 at 3:54 pmyou have to add ./ to aerender
first cd to your ae directory (cd /Applications/Adobe\ After\ Effects\ CS5)
not: aerender -project /Volumes/mydisk/myproject.aep
but: ./aerender -project /Volumes/mydisk/myproject.aep
otherwise you get the “aerender: command not found”
fubbi
fubbi.com
-
Jan Vork
June 15, 2016 at 1:44 pmAll instructions on the page you are referring to, are with backslashes, so Windows only, I think. Just like the .exe file.
Reply to this Discussion! Login or Sign Up