QUOTE (siminone @ Jul 28 2006, 15:58)

Hi, I was wondering if there any applications in Linux that can change the bitrates of an existing ogg file?
Are you thinking of bitrate peeling? It was never implemented in any release-worthy version of vorbis. You can't do this without re-encoding.
QUOTE
I need this specifically for the purpose of converting ogg files I have on my pc to a lower bitrate so i can store them on my portable music player.
How do you generally transfer music to your portable? I'd think one way to transcode on the fly as you load it up would be to make a little shell script that piped together a decoder and encoder, then sent the result to the dap. Then you could just drag n drop a list of files on the script and walk away.