AE ENHANCERS

Expressions/Scripts/Presets
It is currently Thu Sep 02, 2010 3:53 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: BG Renderer
PostPosted: Thu Nov 30, 2006 8:29 pm 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
Image


You can download the script here: http://aescripts.com/tag/bg-renderer/
Note: Script requires After Effects 7.0 or higher

This script takes whatever items are queued and ready to render in the render queue and sends them to render in the background using aerender in a new Terminal (mac) or Command (pc) window where the render progress can be monitored.

It also had the added advanced feature to launch more than 1 instance at a time. If you have a multi-processor machine, you can launch as many instances as you have cpu's. In my testing, this cut render times in half on a Quad G5 using 4 intances. (having at least 1 GB of ram per instance launched is recommended).

There's lots of error checking behind the scenes so I did some beta testing to make sure it doesn't have any bugs, but as always please share anything (good or bad) that you encounter.

The script has lots of built in help to clear things up.

Enjoy!

-Lloyd


Last edited by lloydalvarez on Thu Nov 15, 2007 9:24 am, edited 6 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 30, 2006 10:35 pm 
Offline

Joined: Tue Nov 29, 2005 3:00 am
Posts: 196
Location: Paris
Great work Lloyd !

For the Windows version, you should add 5 units to the height of the "Refresh", "Show Queued.." and "Set.." buttons (and they'll appear like on your screenshot).

I don't know exactly what is wrong with your scheduleTask stuff (to remove the .bat file) but if you put this snippet at the end of the createTerm function, this should do the trick (at least during my test).
Code:
var i = 0;
while(i < 1000000) i++;
termfile.remove();


Anyway, very nice script !


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 01, 2006 4:51 am 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
Thanks for that nab.. but since the .bat file is in the temp directory and it's < 1k i wasn't too worried about it. :wink:


Top
 Profile  
 
 Post subject: just wondering
PostPosted: Tue Dec 05, 2006 1:31 pm 
Offline

Joined: Tue Dec 05, 2006 4:41 am
Posts: 2
Ive been waiting for Gridiron to release a nucleo pro type product for Premiere Pro. Given dual core is the norm now and most are moving to quad, some kind of background rendering app for this NLE would be awsome.

Just wondering if its possable to modify your plug in or write a new one to enable this in Ppro or if its not possable?

Cheers

Pablo


Top
 Profile  
 
 Post subject: Re: just wondering
PostPosted: Tue Dec 05, 2006 1:52 pm 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
pc2099 wrote:
Ive been waiting for Gridiron to release a nucleo pro type product for Premiere Pro. Given dual core is the norm now and most are moving to quad, some kind of background rendering app for this NLE would be awsome.

Just wondering if its possable to modify your plug in or write a new one to enable this in Ppro or if its not possable?

Cheers

Pablo



not sure. it depends on whether premiere can be controlled from the command line. I am on mac so i have not worked with PPro. If PPro can be controlled from the command line then it might be possible to write a BG rendering script.

-Lloyd


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 05, 2006 2:42 pm 
Offline

Joined: Tue Dec 05, 2006 4:41 am
Posts: 2
Hmmm - no idea if it can or not. Will have to find out. Out of curiosity - do you know if background render is possable on FCP or if somethign could be written for it?

Cheers

Pablo

PS - did you see Grtidioron has knocked $100 of their nucleo pro... do you think you scared them with your free app here or just a coincidence? ;-)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 07, 2006 5:28 pm 
Offline

Joined: Fri Oct 08, 2004 8:35 am
Posts: 21
thanks for this scripts. way cool.

i'm trying it out now. and i have it working in the bg now and i quit after effects (7.0). then i did some work in another ap but i wanted to launch ae again and it won't launch now.

is this normal? is any one else getting this? the bg renderer is still going and doing fine though.

i'm on a mac os x 10.4.8 3gb ram, dual 2.0 g5 if that helps.


thanks


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 08, 2006 1:46 pm 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
pants wrote:
thanks for this scripts. way cool.

i'm trying it out now. and i have it working in the bg now and i quit after effects (7.0). then i did some work in another ap but i wanted to launch ae again and it won't launch now.

is this normal? is any one else getting this? the bg renderer is still going and doing fine though.

i'm on a mac os x 10.4.8 3gb ram, dual 2.0 g5 if that helps.


thanks


Hi Pants,

This is a known bug with After Effects on the mac (this is not an issue on windows). That's why I put the Important Note message right on the script dialog box:

Image

The workaround is to not quit AE if you plan on re-using it or to quit the background render, launch AE and re-send the bg render.



The After Effects team is aware of this bug.

-Lloyd


Last edited by lloydalvarez on Thu Nov 08, 2007 5:51 am, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 08, 2006 4:55 pm 
Offline

Joined: Mon Apr 10, 2006 4:52 pm
Posts: 4
Location: los angeles
HUGE! Thank you!

is it possible to pause or stop the renderer through the terminal?

Thanks again.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 08, 2006 5:11 pm 
Offline

Joined: Fri Oct 08, 2004 8:35 am
Posts: 21
DOH!

i'm so blind, i didn't even see that.


thanks again


Top
 Profile  
 
 Post subject:
PostPosted: Sat Dec 09, 2006 10:31 am 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
yogert909 wrote:
HUGE! Thank you!

is it possible to pause or stop the renderer through the terminal?

Thanks again.


You can't pause the render. To stop it you can just close the terminal window. Alternately you can type CTRL-C in the window and it will stop the render as well. Please be aware though, that if you are rendering to a Quicktime it might not close it properly. What I do is I duplicate the quicktime, open the copy to make sure it's OK, then I stop the render.

-Lloyd


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 21, 2006 9:20 pm 
Offline

Joined: Wed Dec 20, 2006 5:31 pm
Posts: 2
Location: The Wrong LA
Seems like this will only work as long as you are continuing work in the same project file as the script loaded in the render queue...?

..you can't load a new project and work on that while the previous script is rendering , yes, no ?

I haven't tested..crazy times...

..would be terrific if you could load a new project while the previous one cooked..

..not likely?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 7:06 am 
Offline
User avatar

Joined: Thu Jun 17, 2004 9:27 am
Posts: 381
Location: New York City, NY
ldgarza wrote:
..would be terrific if you could load a new project while the previous one cooked..


You can definitely load new projects 8), you don't have to stay in the same project in which you launched the script. The render basically happens in another application so you are free to do anything you want while the render happens in the background.

-lloyd


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 22, 2006 11:24 pm 
Offline

Joined: Wed Dec 20, 2006 5:31 pm
Posts: 2
Location: The Wrong LA
Wonderful!...have loaded her up and early runs show great promise!

Super Job!!...don't know how you do it but I'm glad you do it!

Thanks, Lloyd.... and Merry Christmas!


Top
 Profile  
 
 Post subject: Set AE language
PostPosted: Thu Jan 25, 2007 10:06 am 
Offline

Joined: Tue Sep 21, 2004 7:29 am
Posts: 36
Hi,

I'm trying your script and it seem quite usefull but I use expressions and the default AE is set to french, so expression don't work. Where do I modify your script to tell him to launch english version of AE ?

Thanks,

Salvador Zalvidea


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group