[MPlayer-users] equalizer not working

Kazuo Teramoto kaz.rag at gmail.com
Tue Jun 29 04:43:52 CEST 2010


On Mon, Jun 28, 2010 at 5:55 PM, zonyi besk <zolbeso at gmail.com> wrote:
>
> Any method to convert it to mp3?  I tested the svn version with same
> result.
>

something like this works
$ mkfifo pcmpipe21
$ mplayer -af volume=-16,equalizer=11:11:10:5:0:-12:0:5:12:12,format=s16le
 -ao pcm:file=pcmpipe21 input.mp3
$ lame pcmpipe21 out.mp3

But the quality is not good.Using ffmpeg as a frontend give me better results
$ mkfifo pcmpipe21
$ mplayer -af volume=-16,equalizer=11:11:10:5:0:-12:0:5:12:12,format=s16le
 -ao pcm:file=pcmpipe21 input.mp3
$ ffmpeg -i pcmpipe21 -acodec libmp3lame -ab 128 out.mp3

ffmpeg do the needed housework and pass is to lame. You probably need
to adjust the parameters like bitrate and the pre-gain. I dont did
much testing.

Regards,
Kazuo

-- 
«Dans la vie, rien n'est à craindre, tout est à comprendre»
Marie Sklodowska Curie.


More information about the MPlayer-users mailing list