Return-Path: Received: from mail-pa0-f52.google.com ([209.85.220.52] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 5431015 for AE-List@media-motion.tv; Fri, 11 Apr 2014 20:06:00 +0200 Received: by mail-pa0-f52.google.com with SMTP id rd3so5761356pab.11 for ; Fri, 11 Apr 2014 11:07:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pn9/5EMgd6Ixkjei9IP8lIr8/uvBgmccmR0qYXjvHRw=; b=m3mNTXKnP+1eim2sMCMJeiCdtIDseVuPfKXsOfRvo3iHFKh+H/xiNM4XjJLov/s5xW rgk9ZOFhbv7E7b2xAONLEc3/OirU6I8+dQevJlWk63PwuW8SYO4/BWGx20Myma9xVQP8 Bf9a8UX3ZTtCCY6H9lzl/PqUo4lE3KrFxrhz1DXAy+xCPCWqdFQoge+MM9B783iKsf8a 9/7bpea10tbbw74rCb0dybl+sV1WExK8B2A3a6IwYQt02g/3PQFbHSngz/vNkNUwFm9a FNJ/6c9AM6EN7KIDB/orITASoLvZQX8PKGrsQe9iLigiNH7HfzuUQJVaLXCugDxQaP2n lMLQ== X-Received: by 10.66.66.108 with SMTP id e12mr8814407pat.35.1397239662122; Fri, 11 Apr 2014 11:07:42 -0700 (PDT) Return-Path: Received: from [192.168.0.105] (c-67-171-136-108.hsd1.or.comcast.net. [67.171.136.108]) by mx.google.com with ESMTPSA id qc8sm17023339pbc.68.2014.04.11.11.07.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Apr 2014 11:07:41 -0700 (PDT) Message-ID: <53482F6D.4080506@gmail.com> Date: Fri, 11 Apr 2014 11:07:41 -0700 From: Robert Houghton User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: After Effects Mail List Subject: Re: [AE] TIFF vs PNG vs other? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit You can always try and test it out, with PNG you're trading more processor overhead for file size. When decompressing and re-encoding you will get a larger hit on the media conversion speed vs TIFF from what I've experienced. I haven't worked with PNGs that went above 8 bit levels however so YMMV. I would personally run a test of 30 seconds of footage and see if converting becomes bogged up. -Rob On 4/11/2014 10:50 AM, scott.aelist wrote: > Does anyone have any tips or a link for reading up on how to decide on > an image sequence format. I'm currently working on a project where > we're rendering 16bit 4k TIFF sequences, and then converting those to > prores or DNxHD. I feel like the sheer size of these TIFF sequences is > really slowing us down, both in reading the sequences into AE and > server traffic. Am I wrong in thinking we could speed things up using > PNG or another format?