AtOM: Anything to Ogg and Mp3 URL: http://gitorious.org/atom Author: Vincent Riquer Copyright/left: 2012-2013 Vincent Riquer - GPLv3 (see doc/GPL-3) except: transogg: WTFPL 2.0 ============ Dependencies ------------ Required: * bash (>= 4.0) http://www.gnu.org/software/bash/bash.html * SoX http://sox.sourceforge.net/ * SQLite http://www.sqlite.org/ Optional: * vorbis-tools http://www.vorbis.com/ * ogginfo (Ogg Vorbis metadata) * oggenc (Ogg Vorbis encoding) * opus-tools http://opus-codec.org/ * opusinfo (Opus metadata) * opusenc (Opus encoding) * LAME MP3 Encoder http://lame.sourceforge.net/ * lame (MP3 encoding) * FLAC http://flac.sourceforge.net/ * metaflac (FLAC metadata) * Musepack http://www.musepack.net/ * mpcdec (Musepack decoding) * FFmpeg http://ffmpeg.org/ * ffprobe (ID3v2, Musepack, Windows Media and video metadata) * ffmpeg (Windows Media and video decoding) ================== Using the software ------------------ Configuration: Please read doc/config before anything else. ==== Toys ---- AtOM requires a database to function. Now that we have a database containing various information about our media files, why not use it? AtOM comes with a small set of tools in the toys/ directory. These are documented in toys/README.