From owner-freebsd-questions@FreeBSD.ORG Sat Apr 15 18:04:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 75A1C16A401 for ; Sat, 15 Apr 2006 18:04:07 +0000 (UTC) (envelope-from wmc20@xxiii.com) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0FF43D45 for ; Sat, 15 Apr 2006 18:04:06 +0000 (GMT) (envelope-from wmc20@xxiii.com) Received: from ibm62aec.bellsouth.net ([68.209.177.221]) by imf20aec.mail.bellsouth.net with ESMTP id <20060415180403.YPRD25645.imf20aec.mail.bellsouth.net@ibm62aec.bellsouth.net> for ; Sat, 15 Apr 2006 14:04:03 -0400 Received: from wcox.bellsouth.net ([68.209.177.221]) by ibm62aec.bellsouth.net with ESMTP id <20060415180403.GRUO11790.ibm62aec.bellsouth.net@wcox.bellsouth.net> for ; Sat, 15 Apr 2006 14:04:03 -0400 Message-Id: <6.2.3.4.2.20060415140427.02e7ce78@mailsvr.xxiii.com> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 15 Apr 2006 14:04:59 -0400 To: freebsd-questions@freebsd.org From: wc_fbsd@xxiii.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Anything to recode mp3 files in the ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 18:04:07 -0000 At 09:08 AM 4/15/2006, you wrote: >I have a sizable collection of mp3 files (most of my CDs, actually) >encoded at >high ratio for archiving. I'd like to put some of them on a >low-capacity player. Is there a utility (preferably -- a ported >one), that can reencode an existing mp3 file at lower >quality settings Check out sox: "sox - Sound eXchange : universal sound sample translator" I strongly suspect it will do what you want. -Wayne