From owner-freebsd-questions@FreeBSD.ORG Tue Jun 29 11:51:08 2004 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 B910E16A4CE for ; Tue, 29 Jun 2004 11:51:08 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 8E97243D49 for ; Tue, 29 Jun 2004 11:51:08 +0000 (GMT) (envelope-from thatha@gmail.com) Received: by mproxy.gmail.com with SMTP id x43so471082cwb for ; Tue, 29 Jun 2004 04:51:06 -0700 (PDT) Received: by 10.38.24.34 with SMTP id 34mr108499rnx; Tue, 29 Jun 2004 04:51:06 -0700 (PDT) Message-ID: Date: Tue, 29 Jun 2004 21:51:06 +1000 From: Gautam Gopalakrishnan To: Bruce Hunter In-Reply-To: <1088482378.754.1.camel@solid.solisixoffice.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1088482378.754.1.camel@solid.solisixoffice.com> cc: freebsd-questions@freebsd.org Subject: Re: Converting from wma file to mp3 or other 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: Tue, 29 Jun 2004 11:51:08 -0000 On Tue, 29 Jun 2004 00:12:58 -0400, Bruce Hunter wrote: > > Hello everyone, > > What is a good program/port to convert wma files to mp3? mplayer can convert I think: $ mencoder -oac mp3lame -o a.mp3 a.wma /usr/ports/multimedia/mplayer /usr/ports/audio/lame Gautam