From: "Greg Balint" Received: from mail-oi0-f50.google.com ([209.85.218.50] verified) by media-motion.tv (CommuniGate Pro SMTP 6.1.0) with ESMTPS id 6363959 for AE-List@media-motion.tv; Wed, 29 Nov 2017 22:05:01 +0100 Received: by mail-oi0-f50.google.com with SMTP id u193so3418921oie.1 for ; Wed, 29 Nov 2017 13:08:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=vpN57gH0vD1YgCTWcZFP3oRnWfiO+1ZJrQgJhNw4uzM=; b=n1blZYtjyH0jde+yad9b3he+z1aq6SxrydoOh/Ln+/TWtoR8TT+jHSWahuClo+AwgB 3YC9uzC8LZIlClhNV/ak6wJOiy3i8ydnEDOEU6Q6W+m33SNmdBtw+CHV5l/qJ1KhtL/x EPx7M5LXen+w3m8NeGBzgHla/89zbQKbTUbpeTHmziw+KNf/wsMBI+T+tIqzWRVDdkip bz4QGK23EP7WYQ2pc/8FQYcIHYyBvDNCrJWS0LS7lig/KIWZJwGreRz//HDklULEKC7X aPNh7ojzbP9/ujpN1HLMnm25cRbGQOstGxkieNZ4Ie9gikfd967yUiuvuZtk3B3Yu5/h Z/ZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=vpN57gH0vD1YgCTWcZFP3oRnWfiO+1ZJrQgJhNw4uzM=; b=gz61XK9EoC8FyJfcPcSyfca4kMcHjVSctVgNuMk58gvYUKF1d/5njKvsYS2LRUMedC bfOmau+BSnSX8CN2ppkLJJpu3tgUDDgHymBxPfIK/1jQUAww/W3xhzV1CgR+9aEosir6 zKatGiZGnrWPKG59RHtF6CPMVv22Taaj/KPKNT4wqfPy2pzO2GZNREP2p9vOdMek2TAi kuwCAVLp0OS0Z/j6gQUqjXH/ppk3h+5kd13f3eQZb3PlyKiYfYC9wlL+oCf1g2R4XYvi hy7MdpQqj8eGkHLfw3r/NRMFDbROgjnMogMOkkk89WDThxy01Kl5i1+wR6dOyMZRUNzz 0QqQ== X-Gm-Message-State: AJaThX5dTwMYa08EuWtKmBAzLtRsujQJHoa83szOXakx0LJ7Cz+qYNyw PthWJVPfoA+EGH1nSXM6+hDAjNT3/ohPBf8DUuI= X-Google-Smtp-Source: AGs4zMYPOsRFcc1wuNe5qOCb5re4t7qDhoIg+qldeO0sf82W30MGmEq1Omr3q+Rqk9e7gCDqxSI7pFxsmgUyHSOfTts= X-Received: by 10.202.51.132 with SMTP id z126mr3057033oiz.146.1511989724737; Wed, 29 Nov 2017 13:08:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.62.165 with HTTP; Wed, 29 Nov 2017 13:08:43 -0800 (PST) Received: by 10.157.62.165 with HTTP; Wed, 29 Nov 2017 13:08:43 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Nov 2017 16:08:43 -0500 Message-ID: Subject: Re: [AE] New AE script- Rendergarden To: After Effects Mail List Content-Type: multipart/alternative; boundary="001a113cbf387274e9055f258a99" --001a113cbf387274e9055f258a99 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Just an FYI with my tests. I tried exporting out using an aftercodecs preset I made for mp4 at 70% The segments all rendered well, but when it came time to stitch them all together, it only ever errored out. Tried a few different times. I'm guessing it has to do with the way aftercodecs uses Ffmpeg to make its renders first, and render garden trying to send those through Ffmpeg again. What's a good codec to use on PC that'll save me space while using rendergarden to do the final mp4? I don't want to make a 4 minute video in a format that makes huge file sizes to then stitch together to the small one just for sending proofs to clients and stuff. Would like to save space overall during the process. Also would be cool for RG to remove all the segmented renders and seed folder when it's done stitching the final together. Just to save space and time. On Nov 29, 2017 3:33 PM, "Brendan Bolles" wrote: > On Nov 29, 2017, at 11:46 AM, Stephen van Vuuren wrote: > > > Which brings up memory management. Anyone of limiting RAM that is used > per session? Otherwise my projects will eat it all =F0=9F=98=8A > > > Like the regular AE applications, aerender will share the Adobe pool of > memory, set up in Preferences. If you have multiple running, they do > whatever Adobe applications do to try to share it. > > There is the -mem_usage argument to aerender that you could experiment > with, adding it to the aerender template. In our testing, -mem_usage had > some effect on the memory used, but not much. Mainly, if aerender was > holding onto frames in the image cache for no good reason, -mem_usage wou= ld > persuade it to clear them. But if a render needs all that memory, nothin= g > you do to -mem_usage will make it use less. > > > Brendan > > > +---End of message---+ > To unsubscribe send any message to > --001a113cbf387274e9055f258a99 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Just an FYI with my tests.

I tried exporting out using an aftercodecs preset I made for= mp4 at 70%

The segments= all rendered well, but when it came time to stitch them all together, it o= nly ever errored out. Tried a few different times.=C2=A0 I'm guessing i= t has to do with the way aftercodecs uses Ffmpeg to make its renders first,= and render garden trying to send those through Ffmpeg again.=C2=A0

What's a good codec to use = on PC that'll save me space while using rendergarden to do the final mp= 4? I don't want to make a 4 minute video in a format that makes huge fi= le sizes to then stitch together to the small one just for sending proofs t= o clients and stuff. Would like to save space overall during the process.= =C2=A0

Also would be coo= l for RG to remove all the segmented renders and seed folder when it's = done stitching the final together. Just to save space and time.=C2=A0
=



On Nov 29, 2017 3:33 PM, "= ;Brendan Bolles" <AE-Lis= t@media-motion.tv> wrote:
On Nov 29, 2017, at 11:46 AM, Stephen van Vuuren wrote:

> Which brings up memory management. Anyone of limiting RAM that is used= per session? Otherwise my projects will eat it all =F0=9F=98=8A


Like the regular AE applications, aerender will share the Adobe pool of mem= ory, set up in Preferences.=C2=A0 If you have multiple running, they do wha= tever Adobe applications do to try to share it.

There is the -mem_usage argument to aerender that you could experiment with= , adding it to the aerender template.=C2=A0 In our testing, -mem_usage had = some effect on the memory used, but not much.=C2=A0 Mainly, if aerender was= holding onto frames in the image cache for no good reason, -mem_usage woul= d persuade it to clear them.=C2=A0 But if a render needs all that memory, n= othing you do to -mem_usage will make it use less.


Brendan


+---End of message---+
To unsubscribe send any message to <ae-list-off@media-motion.tv>
--001a113cbf387274e9055f258a99--