Hello,

I use mplayer for a variety of content, and I wish to use an equalizer for music only, and to change it according to bitrate.

Is there an "if" option in the ~/.mplayer/config that would allow me to do this?

For example:
Code:
if (bitrate > 256){
af=equalizer=(SOMEEQ)
} else (some other condition) {
af=equalizer=(SOMEOTHEREQ)
}