lame --abr 56 -s 22.05 oldfile.wav newfile.mp3
The output indicates that it is ignoring my request to encode at 22.05kHz and is encoding at 24Khz anyway. Is there something wrong with this syntax, or does lame 3.96.1 also ignore sample rate arguments?
-s is an option to specify the input sample rate in case of raw data.
In case of wav file, the sample rate is stored inside the file, so Lame knows it.
If you want to change the OUTPUT sample rate, then use --resample 22.05
Regards,
-- Gabriel Bouvigne www.mp3-tech.org personal page: http://gabriel.mp3-tech.org _______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
