diff options
author | Klaatu <klaatu@member.fsf.org> | 2016-07-27 00:40:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:31 +0700 |
commit | 0f6e918737a1d48cc2dac464e31609447a15825c (patch) | |
tree | f966b26acfc1d6e626c8feb17dbc05f06a5c908a /audio/audenc/README | |
parent | 01a1f755403187f706160b4cf7f6d47e0a79b2a0 (diff) |
audio/audenc: Added (audio converter).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/audenc/README')
-rw-r--r-- | audio/audenc/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/audenc/README b/audio/audenc/README new file mode 100644 index 000000000000..84c92e50c54c --- /dev/null +++ b/audio/audenc/README @@ -0,0 +1,17 @@ +Batch script for audio encoding. Supports MP3, AAC, Vorbis, Opus, +FLAC, AC3 and WAV output and is intended to be used on directories +with audio files. Filtering through MPlayer and automatic tagging with +MediaInfo is also supported. + +Optional requirements: +faac, or fdkaac and libfdk-aac (for AAC) +lame, or twolame (for MP3) +opencore-amr (for AMR) +aften (for AC3) +opus +dcaenc (for dts, note: this is a legal quagmire) + +All of these are available from SlackBuilds.org. This script still functions +without them, but you will be limited to Vorbis, FLAC, and WAV. + +http://audenc.sourceforge.net/ |