NAME
mp3enc – create mp3 audio files |
SYNOPSIS
games/mp3enc [ –hprv ] [ –b bitrate ] [ –B bitrate ] [ –m mode ] [
–q q ] [ –s sfreq ] [ –V q ] [ long or silly options ] |
DESCRIPTION
Mp3enc compresses audio on standard input, normally PCM–encoded,
and produces MP3–encoded audio on standard output. By default,
the MP3 file will use `constant bit–rate' (CBR) encoding, but that
can be changed via ––abr (average bitrate desired, ABR) or –v (variable
bitrate, VBR).
Options Long options Silly options |
EXAMPLES
Encode a .wav file as highest–quality MP3.
|
SOURCE
/sys/src/games/mp3enc |
SEE ALSO
dd(1), mp3dec(1), audio(3), cdfs(4), audio(7), juke(7), playlistfs(7) http://www.sulaco.org/mp3 |
BUGS
Quality is much better than encoders based on the ISO routines,
but still not as good as the FhG encoder.
It's a GNU behemoth, lightly rehabilitated. There are zillions
of undocumented options. |