Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2003 12:36:33 +0100
From:      "=?iso-8859-15?Q?Jos=E9?= M. =?iso-8859-15?Q?Fandi=F1o?=" <freebsd@fadesa.es>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: need mp3 to wav converter, is there already a FreeBSD port ?
Message-ID:  <3E3519C1.B3B61BCA@fadesa.es>
References:  <20030125113657.GA27262_titan.klemm.apsfilter.org@ns.sol.net> <b0u1rh$dgc$1_kemoauc.mips.inka.de@ns.sol.net> <200301260040.h0Q0ewI66427@sheol.localdomain>

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

I use mplayer 0.90rc3 as an universal audio converter from any
audio format to wav.

for AC3 audio streams:
mplayer -dvd 1 -vc null -vo null -ao pcm -aofile audio.wav

and for a wma to mp3 convert (I need this for my hardware-based
portable mp3 player):
mplayer song.wma 1 -vc null -vo null -ao pcm -aofile song.wav
lame --alt-preset standard song.wav song.mp3

you can convert ogg/mp3/wma/ac3/a52/ra/vivo streams to wav.

> > An MP3->WAV converter is just an MP3 player that can direct its
> > output to a file and prepend a trivial WAV header.  madplay and
> > mpg321 can do this.  mpg123 can also write the decoded audio to
> > stdout, and you could use a tool such as sox to convert the raw
> > audio to WAV.
> 
> lame(1) can decode MP3 to WAV, with the "--decode" option.
> Command line options for endian-ness and raw PCM output. too.
> 
> Dave
-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/IT d- s+:+() a- C+++ UBL+++$ P+ L+++ E--- W++ N+ o++ K- w---
O+ M+ V- PS+ PE+ Y++ PGP+>+++ t+ 5 X+$ R- tv-- b+++ DI D++>+++
G++ e- h+(++) !r !z
------END GEEK CODE BLOCK------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




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