From: "Brendan Bolles" Received: from nail.lmi.net ([66.117.140.18] verified) by media-motion.tv (CommuniGate Pro SMTP 6.1.0) with ESMTPS id 6363455 for AE-List@media-motion.tv; Wed, 29 Nov 2017 04:06:13 +0100 Received: from [192.168.1.20] (c-73-170-177-249.hsd1.ca.comcast.net [73.170.177.249]) by nail.lmi.net (Postfix) with ESMTPA id 7F1F3E41E1 for ; Tue, 28 Nov 2017 19:09:54 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1085) Subject: Re: [AE] New AE script- Rendergarden In-Reply-To: Date: Tue, 28 Nov 2017 19:09:54 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <37E60429-9A73-4C3C-890E-6511844B1069@fnordware.com> References: To: "After Effects Mail List" X-Mailer: Apple Mail (2.1085) On Nov 28, 2017, at 6:47 PM, Robert W. Walker wrote: > Brendan, I compared the post-render against the "master" render in > Premiere Pro, lining them up on a timeline and then toggling the upper > track on and off. I can send you the files if you want to PM me with = an > email I can send a hightail link to. Actually, I just remembered this came up during the beta. It has to do = with the RGB->YUV conversion, and if it's done with the 601 or the 709 = matrix. The problem is that different readers decode it differently. = For example, you might see it look right in VLC. If you add "-vf colormatrix=3Dbt709:bt601" to the FFmpeg command before = "-c:v", that may fix it for you. The thing about this pipeline stuff is that there are many issues. = We've made RenderGarden pretty flexible so you should be able configure = things to adapt for any situation, assuming there's some command that = can be run to do it for you. Brendan