I know that command line tools can seem hard at first. But when you have gotten used to them, you never want your GUI back. Here is a quick tutorial:
Start a terminal window - i.e. xterm
Change directory to your music
cd /path/to/my/musicYou have tab completion, so you only have to type type the first chars. Double-click tab to get a list of matching files.
Encode all files in a directory using quality 9,0:
oggenc -q 9 *wavvorbisgain a directory (requires the
vorbisgain binary)
vorbisgain -a *oggBatch job: Encode all wave files in all underlying sub dirs, vorbisgain them and create flacs for burning on cd-r. Finally remove the waves on successful encoding. (requires the
oggflac script). Edit oggflac to change quality from 9 to what you like.
oggflacoggflac --noflac (don't create flacs)
oggflac --flac2ogg (convert)
Run the batch job in the background:
screen oggflacthen close the terminal window. If you want to see how it is doing, run
screen -rIf you want to encode with tags, use the batch script
sonice instead. Find with google.