From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 6 06:41:06 2007 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A124A16A41F for ; Wed, 6 Jun 2007 06:41:06 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.freebsd.org (Postfix) with ESMTP id 45E6E13C45B for ; Wed, 6 Jun 2007 06:41:04 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.5) with SMTP id QAA04414; Wed, 6 Jun 2007 16:09:40 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 6 Jun 2007 16:09:39 +1000 (EST) From: Ian Smith To: "Rick C. Petty" In-Reply-To: <20070605233757.GA43816@keira.kiwi-computer.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: multimedia@freebsd.org, "M. Warner Losh" Subject: Re: Making clips Windows Media Player likes X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 06:41:06 -0000 On Tue, 5 Jun 2007, Rick C. Petty wrote: > On Tue, Jun 05, 2007 at 11:35:36AM -0600, M. Warner Losh wrote: > > > > The specific question I have is what hoops do I need to jump through > > to make it work with Windows Media Player and Windows Movie Maker. > > What container formats work best when you are sending clips to > > relatives that have just Microsoft's media player? Which codecs are > > the ones that I want to use? Does that answer change if I use Windows > > Movie Maker? > > My suggestion is to use mencoder's lavc, setting vcodec=wmv1 or wmv2. > You'll need the win32 codecs installed.. I'd also try rv10 (RealVideo). > Obviously make sure it's encapsulated into an AVI container, but I know of > no other containers which support windoze media. Most 'doze users I come across also have Quicktime installed, as well as RealPlayer, so that may be another option? I recall Julian Elischer discussing making .movs not long ago for a presentation, maybe on -net? Ian