Re: I dream of converting this file to a real mp3
"w robbi" <[email protected]> Mon, 27 Oct 2008 10:31:25 -0600
| Newsgroups | gmane.org.user-groups.nmlug |
|---|---|
| Message-ID | <[email protected]> |
Interesting. For fun rename the file to mp3 and try it. If you have mencoder / mplayer I find it plays almost any file. The command should work. mplayer -vc null -vo null -ao pcm:file=output.wav jeannie1.wav On Sun, Oct 26, 2008 at 7:07 PM, Kelly Jones <[email protected]> wrote: >> lame --version | head -1 > LAME version 3.96.1 (http://lame.sourceforge.net/) > >> lame -V2 jeannie1.wav jeannie1.mp3 > Warning: corrupt or unsupported WAVE format > Assuming raw pcm input file > Can't init outfile 'jeannie1.mp3' > > -- > We're just a Bunch Of Regular Guys, a collective group that's trying > to understand and assimilate technology. We feel that resistance to > new ideas and technology is unwise and ultimately futile. > > On 10/26/08, w robbi <[email protected]> wrote: >> use lame. >> >> lame -V2 jeannie.wav jeannie1.mp3 >> >> On Sat, Oct 25, 2008 at 10:04 PM, Kelly Jones >> <[email protected]> wrote: >>> >>> I have an odd file: >>> >>> > file jeannie1.wav >>> >>> jeannie1.wav: RIFF (little-endian) data, WAVE audio, MPEG Layer 3, >>> mono 11025 Hz >>> >>> Running "mplayer jeannie1.wav" gives a weird squealing noise. This >>> command: >>> >>> mpg123 -s jeannie1.wav | sox -t sw -r 11025 - /tmp/temp.wav >>> >>> works great. The reslting file is a "real" WAV file: >>> >>> > file /tmp/temp.wav >>> >>> /tmp/temp.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, >>> 16 bit, mono 11025 Hz >>> >>> and mplayer plays it fine. >>> >>> I want to convert jeannie1.wav to MP3. Of course, I can do the above >>> and then run lame on /tmp/temp.wav, but I sense I'm going in circles. >>> >>> What's the correct way to convert jeannie1.wav to MP3 with a single >>> lame command, short of folding my arms and blinking? > _______________________________________________ > NMLUG mailing list > [email protected] > http://lists.b9.com/cgi-bin/mailman/listinfo/nmlug > _______________________________________________ NMLUG mailing list [email protected] http://lists.b9.com/cgi-bin/mailman/listinfo/nmlug