Download Latest Version unibatchconv-0.3.tar.bz2 (176.6 kB)
Email in envelope

Get an email when there's a new version of Universal Batch Converter

Name Modified Size InfoDownloads / Week
Parent folder
unibatchconv-0.2.zip 2011-02-26 25.4 MB
README.txt 2011-02-26 1.6 kB
unibatchconv-0.2.1-Linux.rpm 2011-02-26 25.4 MB
unibatchconv-0.2.1-Linux.deb 2011-02-26 25.4 MB
unibatchconv-0.2.tar.bz2 2011-02-25 26.1 MB
Totals: 5 Items   102.3 MB 0
Unibatchconv 0.2 alpha release

Dependencies:
to build you need cmake, QT development files, and boost thread and filesystem development files

Installation:

for the lazy just run:
	mkdir build
	cd build
	cmake ../src
	make


create a build directory (much cleaner that way): 'mkdir build'
enter it: 'cd build'

run 'cmake <path-to-src>' for a basic build
	pass -DCMAKE_BUILD_TYPE:STRING=Debug to build with debugging symbols
	pass -G and a generator to create build files for a specific environment
in the root directory followed by 'make'

we don't have a formal installation yet, all the files needed to run are included, assuming the program is run from the root folder

Usage:
just run ./unibatchconv in the build directory
please note files are currently recognized entirely by filename extension, there are no checks to verify the format yet

Format Support (must be in path or current working directory on windows):
for OGG Vorbis support install vorbis tools (oggenc and oggdec)
for FLAC support install FLAC
for MP3 support install LAME
for all image file formats install Imagemagick
for MP2 support install TWOLAME
for document support install sun java, and make sure the apache tika jar is in the current working directory
for MIDI input support install Timidity++
for wavpack support install wavpack
for AAC support install FAAC/FAAD
for celt(OGA) support install celt - note this codec is still in development with and unstable bitstream, files you make are not guaranteed to work.
for playing audio files install mplayer, and convert to soundwaves :)
Source: README.txt, updated 2011-02-26