normalize-ogg --version (return code: 0)
normalize-ogg (normalize) 0.7.7
normalize-ogg --help (return code: 0)
Usage: normalize-ogg [OPTION]... [FILE]...
Normalize volume of mp3, ogg, or flac files by decoding, running
normalize, and re-encoding. This requires as much extra disk space
as the largest file, decoded. Note that for batch and mix mode, all
files must be decoded, so there must be enough disk space for the
decoded copies of all specified files.
-a AMP \
-g ADJ |
-n |
-T THR |_ These arguments are passed as arguments to normalize.
-b | Run "normalize-audio --help" for more info.
-m |
-v |
-q /
--bitrate BR Set bitrate of re-encoded file [default 128]
--tmpdir TMP Put temporary WAV files in temp directory TMP
--notags Do not copy ID3 or ogg tags to the output file
--force-encode Re-encode even if file is already normalized
--backup Keep backups of original files, suffixed with '~'
Force output format (this disables copying of comment tags):
--ogg Convert files to ogg, regardless of original format
--mp3 Convert files to mp3, regardless of original format
--flac Convert files to flac, regardless of original format
The following four options may be used to set the encoder and
decoder commands for mp3 and ogg vorbis. %m is expanded to the
name of the mp3 or vorbis file, %w expands to the name of the
temporary WAV file, and %b expands to the bitrate, as specified by
the --bitrate option. The default values are shown in brackets
below.
--mp3encode=X mp3 encoder [/usr/bin/lame --quiet -h -b %b %w %m]
--mp3decode=X mp3 decoder [/usr/bin/madplay -q -o %w %m]
--oggencode=X ogg vorbis encoder [/usr/bin/oggenc -Q -b %b -o %m %w]
--oggdecode=X ogg vorbis decoder [/usr/bin/oggdec -Q -o %w %m]
-h Display this help and exit.
-V Display version information and exit.
Report bugs to <chrisvaill@gmail.com>.