Vorbize 0.6 by Kenneth Arnold Usage: vorbize [options] [] -m, --mode=m encoding mode (0-6) (default 0) -w, --write=w writes output Vorbis stream to w -r, --raw treat input as raw -h, --help this help -v, --verbose enable verbose output -q, --quiet don't display progress Comments: If you do not want to specify any comment, use -n, --nocomment encodes no comments If you want just one comment, use -c, --comment=c sets the comment to c If you want the full artist/album/track format, use -a, --artist=a sets the artist field to a -l, --album=l sets the album field to l -t, --track=t sets the track field to t By default, Vorbize reads from standard input and writes to standard output. The -r / --raw option skips reading a WAVE header, and thus can handle raw audio files. However, the file must indeed be a RAW sound sample at 44.1 k, 16 bit stereo with no header information, or weird things will happen.