sillKotscha
23rd November 2007, 18:57
hi,
I try to convert a wav file to 64kbps.
while I can use ffmpeg for this and use this commandline:
-oac mp3lame -lameopts aq=1:cbr:br=64 -srate 22050
it is not possible (?) with "standard" lame using BeLight for example...
cmd-line:
-ota( -d 0 -hybridgain ) -lame( -b 64 --resample 22.05 )
http://img2.freeimagehosting.net/uploads/73e9bc5162.jpg (http://www.freeimagehosting.net/)
the following error occurs...
Error 47: Error with LAME dll!
if I do not restrict the sample rate than I can convert the file but lame automatically choose 24khz as sample rate...
as for flv conversion a sample rate of a multiple of 11.025 Hz is needed.
do I have to stick with ffmpeg for encoding a file to 64kbps cbr and a desired samplerate of 22.050 Hz?
why is that?
I try to convert a wav file to 64kbps.
while I can use ffmpeg for this and use this commandline:
-oac mp3lame -lameopts aq=1:cbr:br=64 -srate 22050
it is not possible (?) with "standard" lame using BeLight for example...
cmd-line:
-ota( -d 0 -hybridgain ) -lame( -b 64 --resample 22.05 )
http://img2.freeimagehosting.net/uploads/73e9bc5162.jpg (http://www.freeimagehosting.net/)
the following error occurs...
Error 47: Error with LAME dll!
if I do not restrict the sample rate than I can convert the file but lame automatically choose 24khz as sample rate...
as for flv conversion a sample rate of a multiple of 11.025 Hz is needed.
do I have to stick with ffmpeg for encoding a file to 64kbps cbr and a desired samplerate of 22.050 Hz?
why is that?