Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2004 23:49:08 +0200
From:      Simon Barner <barner@in.tum.de>
To:        Joe Schmoe <non_secure@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: realaudio to mp3/wav conversion utility in FreeBSD ?
Message-ID:  <20040507214908.GG39653@zi025.glhnet.mhn.de>
In-Reply-To: <20040507203013.GE39653@zi025.glhnet.mhn.de>
References:  <20040507175253.9838.qmail@web21503.mail.yahoo.com> <20040507203013.GE39653@zi025.glhnet.mhn.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--+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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040507214908.GG39653>