2013-04-30 02:36:58 +02:00
2013-04-08 11:28:26 +02:00
2013-04-25 17:31:38 +02:00
2013-04-30 02:34:28 +02:00
2013-04-30 02:34:28 +02:00
2012-02-27 00:15:48 +01:00

AtOM: Anything to Ogg and Mp3

URL: http://gitorious.org/atom
Author: Vincent Riquer <vincent+prog.atom@riquer.fr>
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.
Description
No description provided
Readme GPL-3.0 1.1 MiB
Languages
Shell 99.7%
Makefile 0.3%