From owner-freebsd-questions@FreeBSD.ORG Fri May 7 14:55:58 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 E944416A4CE for ; Fri, 7 May 2004 14:55:58 -0700 (PDT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F10543D39 for ; Fri, 7 May 2004 14:55:58 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id ABFC7489F; Fri, 7 May 2004 23:49:08 +0200 (CEST) Date: Fri, 7 May 2004 23:49:08 +0200 From: Simon Barner To: Joe Schmoe Message-ID: <20040507214908.GG39653@zi025.glhnet.mhn.de> References: <20040507175253.9838.qmail@web21503.mail.yahoo.com> <20040507203013.GE39653@zi025.glhnet.mhn.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+QwZB9vYiNIzNXIj" Content-Disposition: inline In-Reply-To: <20040507203013.GE39653@zi025.glhnet.mhn.de> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions@freebsd.org Subject: Re: realaudio to mp3/wav conversion utility in FreeBSD ? 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: Fri, 07 May 2004 21:55:59 -0000 --+QwZB9vYiNIzNXIj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Oops, the script was stripped off by the mailing list software. I'll post it inline now. --------------------- cut here --------------------- #!/bin/sh # extraido de http://bulmalug.net/impresion.phtml?nIdNoticia=1744 # y modificado por mapelo manu_perez_lopez@hotmail.com # necesita mplayer y lame # Convertimos wma a mp3 for f in *.wma do mplayer "$f" -ao pcm mv audiodump.wav "$f.wav" #lame $f.wav # modificado por mapelo para hacer variable vibrate y de mayor calidad lame --vbr-new -V 3 -b 128 "$f.wav" rm "$f.wav" done --------------------- cut here --------------------- --+QwZB9vYiNIzNXIj Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAnARUCkn+/eutqCoRAuCuAKD9d5qRmcuhnYiog49kNCExfuj1NwCgghLZ 2o4Ch/CafjifrkgjxRdV5j8= =lp70 -----END PGP SIGNATURE----- --+QwZB9vYiNIzNXIj--