From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 69B2213825F for ; Wed, 2 Jan 2013 21:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C38CD21C02F; Wed, 2 Jan 2013 21:09:18 +0000 (UTC) Received: from smtpout.karoo.kcom.com (smtpout.karoo.kcom.com [212.50.160.34]) by pigeon.gentoo.org (Postfix) with ESMTP id 8E74321C01A for ; Wed, 2 Jan 2013 21:08:09 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.84,398,1355097600"; d="scan'208";a="693745325" Received: from 213-152-39-89.dsl.eclipse.net.uk (HELO compaq.stroller.uk.eu.org) ([213.152.39.89]) by smtpout.karoo.kcom.com with ESMTP; 02 Jan 2013 21:08:05 +0000 Received: from [192.168.1.100] (unknown [192.168.1.100]) by compaq.stroller.uk.eu.org (Postfix) with ESMTP id C81AAAA347 for ; Wed, 2 Jan 2013 21:07:36 +0000 (GMT) Content-Type: text/plain; charset=us-ascii Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: [gentoo-user] [OT] codec for video embedded in presentation From: Stroller In-Reply-To: Date: Wed, 2 Jan 2013 21:08:03 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <91D39D04-E7F9-4E06-A6CA-CF0A8B50C854@stellar.eclipse.co.uk> References: <87a9svahv4.fsf@ist.utl.pt> <3C8C81DA-7057-4076-AA80-D1154BF86306@stellar.eclipse.co.uk> To: gentoo-user@lists.gentoo.org X-Mailer: Apple Mail (2.1283) X-Archives-Salt: 0c83436e-35e1-4895-a3f4-8f100d109fb4 X-Archives-Hash: f6f815401e4a8ec8e61f36fdadab0381 On 1 January 2013, at 15:22, Francisco Ares wrote: > ... > I've heard (or read) that before, to me it seems quite strange that = one of the main products from MS to be so outdated in this area. AVI has been around a long time. It is inevitably prone to "bitrot", = then.=20 AIUI the AVI specification states a number of valid codecs that can be = used; AIUI h264 (for example) is not amongst them. It will work on some systems (particularly open source) to put h264 / = AAC into an AVI - that's not supported on others. So if you need to play = the video on a Mac, a games console or a set-top box then you may be in = trouble.=20 As a rule of thumb, most new video-playing devices have hardware h264 = support; use .mp4 or .mkv for h264. > I tried an MP4 renamed as AVI, and it worked. If you merely renamed the file then you didn't change the container. http://html5.xoofoo.org/video.html A Linux video player will probably ignore the file extension - it'll = figure out what kind of container you used based on the file's header = bytes and on the file structure. The default video player installed on = Windows or Mac may not be so clever. Stroller.