soundKonverter – audio converter frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
TDE Gitea d7aecf2068
Reset submodule main/applications/soundkonverter/cmake to latest HEAD
5 years ago
admin@68f23556e6 Reset submodule main/applications/soundkonverter/admin to latest HEAD 5 years ago
cmake@0a40752779 Reset submodule main/applications/soundkonverter/cmake to latest HEAD 5 years ago
doc Remove version number from help handbook. 10 years ago
po Update translation files 5 years ago
src Add CMakeL10n rules. 5 years ago
.gitmodules Added common directories 13 years ago
AUTHORS Added KDE3 version of SoundKonverter 14 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
COPYING Added KDE3 version of SoundKonverter 14 years ago
ChangeLog Fix a few remaining references to kio_ 11 years ago
INSTALL Added KDE3 version of SoundKonverter 14 years ago
Makefile.am Added KDE3 version of SoundKonverter 14 years ago
Makefile.cvs Added KDE3 version of SoundKonverter 14 years ago
NEWS Added KDE3 version of SoundKonverter 14 years ago
README Fix a few remaining references to kio_ 11 years ago
TODO Added KDE3 version of SoundKonverter 14 years ago
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
config.h.in Added KDE3 version of SoundKonverter 14 years ago
configure.files Added KDE3 version of SoundKonverter 14 years ago
configure.in KDE_USE_QT* -> KDE_USE_TQT* conversion 6 years ago
configure.in.in Fix search for cdda includes 11 years ago
stamp-h.in Added KDE3 version of SoundKonverter 14 years ago

README

CONTENT
=======
1. About soundKonverter
2. Backends
3. Compile soundKonverter
4. Known bugs


1. About soundKonverter 0.3.8
=============================
 - Released by Daniel Faust (hessijames@gmail.com) under the terms of the GPL v2 -

soundKonverter is frontend to various audio converters.

The key features are:
- Audio conversion
- Replay Gain calculation
- CD ripping

It is extendable by plugins and supports many backends:
 En-/decoding: oggenc/oggdec, lame, gogo, faac/faad, mppenc/mppdec, flac, mac, mplayer, ffmpeg, shorten, ttaenc, bonk, ofr, ofs, wavpack, lac, lpac, speexenc/speexdec, timidity
 Replay Gain: vorbisgain, mp3gain, aacgain, replaygain (MusePack), metaflac, wvgain
 CD ripping: tdeio_audiocd, cdda2wav, cdparanoia
This way you can convert between various audio formats:
 Decoding: ogg, mp3, mp2, m4a/mp4, aac, 3gp, mpc/mp+, flac, ape, wma, asf/asx, ra, rv, rm, avi, mpeg, wmv, qt/mov, flv, ac3, au/snd, shn, tta, bonk, ofr, ofs, wv, la, pac, spx, mid, mod/s3m/stm/ult/uni/xm/m15/mtm/669/it, wav
 Encoing: ogg, mp3, mp2, m4a, aac, mpc, flac, ape, ra, ac3, au, shn, tta, bonk, ofr, ofs, wv, la, pac, spx, wav

soundKonverter supports reading and writing tags for many formats, so the tags are preserved when converting files.
It comes with an Amarok script that allows you to easily transcode files when transfering to your media device.
And it is avalable in English, German, French, Spanish, Russian, Polish and Brazilian Portuguese.

2. Backends
===========

110.oggvorbis.soundkonverter.xml
    http://www.vorbis.com

120.lame.soundkonverter.xml
    http://lame.sf.net

122.twolame.soundkonverter.xml
    http://www.twolame.org

123.toolame.soundkonverter.xml
    http://toolame.sourceforge.net

125.gogo.soundkonverter.xml
    http://homepage2.nifty.com/kei-i/

127.faac.soundkonverter.xml
    http://www.audiocoding.com

130.musepack.soundkonverter.xml
    http://www.musepack.net

135.flac.soundkonverter.xml
    http://flac.sourceforge.net

137.mac.soundkonverter.xml
    http://www.monkeysaudio.com

140.mplayer.soundkonverter.xml
    http://www.mplayerhq.hu

145.ffmpeg.soundkonverter.xml
    http://ffmpeg.mplayerhq.hu

146.ffmpeg-lossless.soundkonverter.xml
    Same as above, splitted just for internal use!

150.shorten.soundkonverter.xml
    http://www.hornig.net/shorten.html

151.tta.soundkonverter.xml
    http://tta.sourceforge.net

153.bonk.soundkonverter.xml
    http://www.logarithmic.net/pfh/bonk/

155.optimfrog.soundkonverter.xml
    http://www.losslessaudio.org

156.optimfrog-dualstream.soundkonverter.xml
    http://www.losslessaudio.org

158.wavpack.soundkonverter.xml
    http://www.wavpack.com

160.lac.soundkonverter.xml
    Important: Rename the encoder "la" to "lac" because "la" is already used on linux!
    http://www.lossless-audio.com

165.lpac.soundkonverter.xml
    http://www.nue.tu-berlin.de/wer/liebchen/lpac.html

170.speex.soundkonverter.xml
    http://www.speex.org

180.timidity.soundkonverter.xml
    http://timidity.sourceforge.net

210.vorbisgain.soundkonverter.xml
    http://sjeng.org/vorbisgain.html

220.mp3gain.soundkonverter.xml
    http://mp3gain.sourceforge.net

225.aacgain.soundkonverter.xml
    http://altosdesign.com/aacgain/

230.replaygain.soundkonverter.xml
    This is the Replay Gain tool for musepack files!
    http://www.musepack.net

240.metaflac.soundkonverter.xml
    http://flac.sourceforge.net

250.wvgain.soundkonverter.xml
    http://www.wavpack.com

310.cdda2wav.soundkonverter.xml
    http://www.cdda2wav.de

320.cdparanoia.soundkonverter.xml
    http://xiph.org/paranoia/


3. Compile soundKonverter
=========================

In order to compile soundKonverter, you need:
- taglib-devel 1.4.0 (libtaglib-devel on mandriva)
- cdparanoia (libcdda-devel on mandriva, cdparanoia-devel on fedora)

On some operating systems, the cdda check (cdparanoia) in ./configure may fail.
This is because sometimes the header files are at another location (eg. /usr/include/cdda instead of /usr/include on ark linux).
In this case remove the cdparanoia check from the configure.in.in file.


4. Known bugs
=============

- The options tabs get out of sync in some very rare cases
- taglib check in ./configure may fail

Backends that's output cant't be read:
- The progress of some backends can't be read properly

A big change is that soundKonverter now uses mime types.
If you find problems, please tell me about it.


Thanks to all Open Source programmers for their apps that I used to get some code.
Especially Kaffeine and Amarok.

Have a lot of fun.

Please send bug reports directly to hessijames@gmail.com