Name: John Smith
Email: [email protected]
Topic or Show: LINUX Unplugged
Subject: I Have a Little Gripe with You Chris
Message: Hi Chris,

JUST FUCKING READ TILL THE END, YOU LAZY MURICAN M...ER!

Your automation sucks. Why, for the love of God, why?! Why do you encode the audio to mp3. If you have 48KHz (native for opus) then just do opus. Beats the hell the quality of mp3.Not just becacuse..., but because of MATHEMATICS! YOU TALK ABOUT MATHEMATICS ALL THE TIME!!!  What does it tell the listeners about your skills. Just talk, no skills whatsoever. Not to mention the blazing speed of Opus (Opus is designed for speed and for the very thing you just do!).

But wait! According to my testing Vorbis is better! And I believe it beats opus, because it has quality settings (q, not bitrate) and two important advance options (to tune, but not available in Opus at all!).  As for 48KHz (native for Vobris is CD's 44.1KHz) you need to set it up (I read the manpages for you!):
Here it goes:
$ sudo pacman -S vorbis-tools

$ oggenc -R 48000 -q 4 --advanced-encode-option impulse_noisetune=-15 --advanced-encode-option bit_reservoir_bias=0.1 "your_awesome_show_48KHz.wav"

Now fucking listen!!! Do you hear the fucking difference?

if you record 24bit it's this:
-B n, --raw-bits=n
              Sets raw mode input sample size in bits. Default is 16.

Syntax for the best audio from your CD collection (vobis supports patterns!, it has the best tagging, commenting featere, and I repeat patterns! See below for music example. Hint: Use cdparanoia batch processing your CDs to have separate tracks):
$ oggenc -q 8 --advanced-encode-option impulse_noisetune=-15 --advanced-encode-option bit_reservoir_bias=0.1 -a "Roxette" -l "Don't Bore Us, Get To The Chorus!" -t "Fading Like A Flower (Every Time You Leave)" -N 9 "09 Fading Like A Flower (Every Time You Leave).wav" -n "%n.%a - %t.ogg"

you set album and artist only once for the whole album at the beginning then us patterns:  -n "%n.%a - %t.ogg"

Just read the fucking manpages you lazy moth..er, who has been living under the rock for the past 20 year! Move on!