From owner-freebsd-questions@FreeBSD.ORG Sun Dec 7 22:55:05 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 E37F316A4CE for ; Sun, 7 Dec 2003 22:55:05 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3AA43FBD for ; Sun, 7 Dec 2003 22:55:04 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 8 Dec 2003 00:58:05 -0600 Message-ID: <3FD4202A.3080602@daleco.biz> Date: Mon, 08 Dec 2003 00:54:34 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031124 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Rob References: <3FD418A3.5040108@users.sourceforge.net> In-Reply-To: <3FD418A3.5040108@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Dec 2003 06:58:06.0265 (UTC) FILETIME=[A19C4290:01C3BD58] cc: freebsd-questions@freebsd.org Subject: Re: lame converts music-CD/wav-file to mp3? how? 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: Mon, 08 Dec 2003 06:55:06 -0000 Rob wrote: > > Hi, > > What's a not too complicated way of converting music CD's to mp3 files? > > So far I failed using lame: I could create wav files and play them > with x11amp. > The mp3 output of lame, however, is a sound-less mp3 file. > Here is the output from 'lame a.wav a.mp3': > > ----------------------------------- > LAME version 3.93 MMX (http://www.mp3dev.org/) > CPU features: i387, MMX (ASM used), SIMD > Using polyphase lowpass filter, transition band: 15115 Hz - 15648 Hz > Encoding a.wav to a.mp3 > Encoding as 44.1 kHz 128 kbps j-stereo MPEG-1 Layer III (11x) qval=2 > Frame | CPU time/estim | REAL time/estim | play/CPU | > ETA > 23016/23019 (100%)| 2:34/ 2:34| 3:16/ 3:16| 3.8807x| > 0:00 > average: 128.0 kbps LR: 1381 (5.999%) MS: 21638 (94.00%) > > Writing LAME Tag...done > ----------------------------------- > > Using x11amp mp3 player, the output file has nothing but silence and a > scratchy > 'blurp' every now and then. > > Any idea what's going wrong here? > > Thanks, > Rob. What does: $plaympeg a.mp3 get you? Kevin Kinsey