From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 08:17:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B820616A4B3 for ; Sun, 5 Oct 2003 08:17:29 -0700 (PDT) Received: from mta11.srv.hcvlny.cv.net (mta11.srv.hcvlny.cv.net [167.206.5.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4D2F44008 for ; Sun, 5 Oct 2003 08:17:28 -0700 (PDT) (envelope-from kellers@njit.edu) Received: from 10.0.1.9 (ool-4353d5dd.dyn.optonline.net [67.83.213.221]) by mta11.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HMA003G7ICK3A@mta11.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Sun, 05 Oct 2003 11:14:45 -0400 (EDT) Date: Sun, 05 Oct 2003 11:14:42 -0400 From: T Kellers In-reply-to: <20031005151206.GA76900@falcon.midgard.homeip.net> To: Erik Trulsson Message-id: <200310051114.42807.kellers@njit.edu> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.5.3 References: <200310051037.37551.kellers@njit.edu> <20031005151206.GA76900@falcon.midgard.homeip.net> cc: freebsd-questions@freebsd.org Subject: Re: wav to mp3? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 15:17:29 -0000 Thanks, Eric I found ffmeg and built it, it looks a lot more comprehensive than just a simple converter, though. I'll have a looke at audio/bladeenc, though ffmeg built lame as a dependency. Tim On Sunday 05 October 2003 11:12 am, Erik Trulsson wrote: > On Sun, Oct 05, 2003 at 10:37:37AM -0400, T Kellers wrote: > > I did a make search in the ports collection and didn't see what (I think) > > I need, so I'll ask here. > > > > Is there a utility (or utilities) in ports for converting .wav files to > > mp3? > > That is essentially what an MP3 encoder does, and there are plenty of > those in the ports collection. > Personally I like audio/bladeenc, but audio/lame is also nice and has > more features and options.