Page 1 of 1

Render time?

Posted: Sat Sep 24, 2011 3:40 am
by Maestral
I`m testing different render settings and comparing the results, but haven`t found a way to measure render time (like in some editing apps). Is there a way to do that in AS or if it is already there - where should I look for it?

Posted: Sat Sep 24, 2011 4:13 am
by GCharb
What I usually do is render to PNG or any other image format and look at the time stamps to see how long it takes to render say 24 fps.

Posted: Sat Sep 24, 2011 8:28 am
by Maestral
Excellent idea, Gilles. Thanks.

It should be easy mathematics later on. Haven`t thought that way. Still, wouldn`t codecs take a part in rendering time?

Posted: Sat Sep 24, 2011 10:05 am
by GCharb
That depends on the codec, h-264 takes longer to compress then say QT animation codec, which is less compressed.

The time it takes to write to disk may play a bit as well, as in, if you render an uncompressed avi that can be several GB in size, writing time would normally be longer.

But, all in all, I use PNG, as it is fast to compress and usually small enough so the writing time does not play too much in your test!

Re: Render time?

Posted: Mon Sep 14, 2015 3:09 pm
by Maestral
Gilles,
this is a long shot but I just woke this thread, during some search, and would like to reply with Thank you, since I remember that your approach worked just fine.

Re: Render time?

Posted: Thu Sep 17, 2015 4:41 am
by GCharb
Dang, We just got back in time, 4 years, almost to the day.

Glad I could help!