Re: MP3 encoding of wav files from Olympus voice recorder
- From: Dances With Crows <danSPANceswitTRAPhcrows@xxxxxxxxx>
- Date: Wed, 27 Sep 2006 13:59:40 -0500
On Tue, 26 Sep 2006 19:57:53 +0200, Bernard staggered into the Black Sun
and said:
On Tue, 26 Sep 2006 18:12:55 +0200, Dances With Crows wrote:
Bernard wrote:file dw_c0106.wav
My Olympus Voice Recorder VN-960PC generates wav files, and I wonderclairissa:/usr/share/sounds$ file k3b_error1.wav k3b_error1.wav: RIFF
why I cannot mp3 encode them using LAME. If I try to do so, I get
(little-endian) data, WAVE audio, Microsoft PCM, 8 bit, mono 8000 Hz
dw_c0106.wav: RIFF (little-endian) data, WAVE audio, mono 22050 Hz
Should be no problem.
Also give the exact lame command you're using.below, one typical lame command that I use :
lame -r -s 16 --bitwidth 16 -m m -q 0 --noreplaygain dw_c0106.wav
trial3.mp3
Let's see now. Your .wav file is *not* raw PCM data, so forget the -r
option. You don't need -s either, since the sampling frequency is
stored in the .wav header, and running 16000 Hz on a 22050 Hz input file
would sound bad. -m m is OK since it's mono. -q 0 should be OK even
though the default is 2 and has probably been more widely tested.
--noreplaygain may or may not have an effect. I'd leave it off since
you reported volume problems on the final mp3s. You should probably use
this instead:
lame -m m file.wav file.mp3
....which allows lame to get the sampling rate directly from the header.
Generally, you don't want to specify the sampling rate unless you know
*exactly* what you're doing.
This one gives something that is maybe less weird than whatever else I
get using other parameters; I can hear that someone is kind of
talking, but much faster than normal.
Yeah, screwing up the sample rate can cause the Chipmunk Effect.
Finally, play one of these .wav files using play or whatever, andit does play properly with anything
make sure it plays properly.
OK, then the problem is probably in the lame command you're using.
--
This is my rifle, this is my GNU
This is for fighting, this is for $FOO!
--AJS in ASR
There is no Darkness in Eternity/But only Light too dim for us to see
.
- Follow-Ups:
- References:
- MP3 encoding of wav files from Olympus voice recorder
- From: Bernard
- Re: MP3 encoding of wav files from Olympus voice recorder
- From: Dances With Crows
- Re: MP3 encoding of wav files from Olympus voice recorder
- From: Bernard
- MP3 encoding of wav files from Olympus voice recorder
- Prev by Date: HP Photosmart 375 Problems
- Next by Date: Re: SATA support at the kernel level?
- Previous by thread: Re: MP3 encoding of wav files from Olympus voice recorder
- Next by thread: Re: MP3 encoding of wav files from Olympus voice recorder
- Index(es):
Relevant Pages
|