Return-Path: Received: from mail-vc0-f182.google.com ([209.85.220.182] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 4950945 for AE-List@media-motion.tv; Tue, 15 Jan 2013 15:55:29 +0100 Received: by mail-vc0-f182.google.com with SMTP id fy27so196194vcb.27 for ; Tue, 15 Jan 2013 07:00:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=dXC+SOa2CXAsESNp3zTQA+ToVyeE6WvOsLpnLFMdE5o=; b=h3I1eRiTOfo8+EPvsAM6TbkN2i5g9zCVyZsttjrHXpe2btKjhQlDnMKz9AbHW4+g5r xXmKxmkPgRjRemDm+IffD+jw6dL5JZMC3LRwYRXMAsarXT7EpoYxLS6V68oA1ETI371P TLGuLpHYeEdEjU9DlvAqWLOegXyjULWLUnJutKpqpQbdBFvqfjsgew0Qfh24z8BBm/4W /gU9bBRp8p8IO7V/dVXq/JhDlSpXb52XEK5Tr4XG3PuKoItZv+FUTLkddKfqoFGGjL6i Qph0CQNna58lOZbsU2PywY802ruUkyRN/3ui33zQvWgTKzn37PrUeKH/cSImdIFXTe6d 4C2g== MIME-Version: 1.0 Received: by 10.58.247.132 with SMTP id ye4mr109441348vec.9.1358262042037; Tue, 15 Jan 2013 07:00:42 -0800 (PST) Received: by 10.58.124.136 with HTTP; Tue, 15 Jan 2013 07:00:41 -0800 (PST) In-Reply-To: References: Date: Tue, 15 Jan 2013 07:00:41 -0800 Message-ID: Subject: Re: [AE] looping player From: Rick Gerard To: After Effects Mail List Content-Type: text/plain; charset=ISO-8859-1 I would bet that you've got an uneven number of frames. h.264 uses IBP frame sequences and your clip's length is probably off by a frame or two so the compression scheme is repeating a frame to make up the difference. You'll have to exactly match the IBP sequence to prevent the duplicate frame by shifting the length of your loop a frame at a time until it works. Someone may know the cadence of your compression scheme but Wikipedia was no help at all for me. There are other formats that will playback on a windows machine. You could try that or you can try shifting the loop point a frame at a time until you get to the right number of frames.