RetroCode(tm) is a universal mobile content converter. RetroCode(tm) is able to read and write most common sample based ringtone formats including meta-data.Formats: SMAF (MA2,MA3,MA5,MA7), RMF, MFM, CMX, QCP, AMR (NB,WB), AAC, MP3, OGG, SWF, RA, WAV
Be the first to post a text review of RetroCode. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2009-03-26 Till Toenshoff <me@mmsguru.com> * fixed retroMpegs AMR decoding * fixed autoadapt no longer ignores user parameters * updated autoadapt triggers low-pass-filtering only on samplerate decrease 2009-03-12 Till Toenshoff <me@mmsguru.com> * updated build environment to increase universal use * fixed retroThemes embedded theme media parsing * updated retroMpegs ffmpeg usage to reflect API changes * updated documentation * enhanced mp3 encoding parameters * increased default mp3 encoding quality * fixed some minor issues 2009-02-12 Till Toenshoff <me@mmsguru.com> * streamlined (debugging) output a bit * SMAF: warns but doesnt abort anymore on unknown content 2008-09-23 Till Toenshoff <me@mmsguru.com> * QCELP: now using the ANSI qcelp codec 2008-08-28 Till Toenshoff <me@mmsguru.com> * ChangeLog: initial revision, very incomplete, missing filenames for entries before today * updated entire build environment 2008-08-27 Till Toenshoff <me@mmsguru.com> * added optional fact-chunk for wave files 2008-08-26 Till Toenshoff <me@mmsguru.com> * updated mp3-reader to properly process ID3V2.2 tags 2007-12-01 Vinicius Kursancew <viniciusalexandre@gmail.com> * added autotools build environment * added endian awareness 2006-12-31 Till Toenshoff <me@mmsguru.com> * added more comments, beautified sources a bit 2006-06-20 Till Toenshoff <me@mmsguru.com> * added pro5-tag 2006-06-19 Till Toenshoff <me@mmsguru.com> * added AX-checksum calculation 2006-04-17 Till Toenshoff <me@mmsguru.com> * added WMA en/decoding * added RA en/decoding * added OGG en/decoding 2005-11-28 Till Toenshoff <me@mmsguru.com> * added 2nd normalize * fixed unencrypted RMF parsing * added SMAF MA7 encoding * added true MA3 and MA5 encoding 2005-11-09 Till Toenshoff <me@mmsguru.com> * added sample looping and fading 2005-11-06 Till Toenshoff <me@mmsguru.com> * added crop-filter 2005-10-31 Till Toenshoff <me@mmsguru.com> * added MFM support 2005-10-25 Till Toenshoff <me@mmsguru.com> * cleaned console output a bit 2005-10-20 Till Toenshoff <me@mmsguru.com> * MP4 and 3GP encoding seems to work now * fixed ID3 writing for MP3 2005-10-18 Till Toenshoff <me@mmsguru.com> * initial linux version running 2005-10-15 Till Toenshoff <me@mmsguru.com> * updated date check 2005-07-11 Till Toenshoff <me@mmsguru.com> * added AAC decoding * improved help system * improved status display 2005-03-31 Till Toenshoff <me@mmsguru.com> * outsourced SMAF and RMF conversion to shared libraries * added MP3 encoding 2005-03-29 Till Toenshoff <me@mmsguru.com> * added QCELP transcoding 2005-03-28 Till Toenshoff <me@mmsguru.com> * added WAV metadata encoding * added RMF backconverting * added SMAF backconverting * fixed wave headers for output * added peak-limiting * added rate adjusting 2005-03-21 Till Toenshoff <me@mmsguru.com> * added AMR NB+WB encoding 2005-03-19 Till Toenshoff <me@mmsguru.com> * fixed RMF CACH data 2005-03-18 Till Toenshoff <me@mmsguru.com> * RMF working (at the first glance) 2005-01-13 Till Toenshoff <me@mmsguru.com> * added MP4, AAC, 3GP - fixed SMAF parser 2004-06-04 Till Toenshoff <me@mmsguru.com> * added SMAF max sample duration attribute 2004-05-06 Till Toenshoff <me@mmsguru.com> * fixed comma-bug in CNTI-subtag info 2004-04-07 Till Toenshoff <me@mmsguru.com> * initial revision
The very first linux binary has been released. It was built on a recent Ubuntu (32bit) system. For obtaining any missing shared libraries you will have to use your distribution's installer tools (e.g. apt-get for debian based distris). The following shared libraries are needed: id3 faad faac avformat avcodec avutil png mad gif jpeg mp3lame z
Good news everyone... I finally got a working linux version compiled. Took much longer than expected cause I ran into issues with libtool in connection with the QCELP reference implementation. That code was obviously never meant to be actually reused, hence many things popped up when trying to do so. The biggest challenge was the fact that libqcelp has circular dependencies towards libtty, libops and libdsp. As I am anything but a GCC expert, things took a lot of time. In the end, I took the "trivial" solution and simply linked all those libraries together into one new "mega"-library. Next steps: - release a binary 32bit linux version (tar.gz) - release a revised patch for the QCELP reference implementation - release a debian installer package of that linux binary (.deb) - release a macos binary version (tar.gz) - debug and fix remaining 64bit issues - release a 64bit binary linux version
2009-03-26 Till Toenshoff <me@mmsguru.com> * fixed retroMpegs AMR decoding * fixed autoadapt no longer ignores user parameters * updated autoadapt triggers low-pass-filtering only on samplerate decrease 2009-03-12 Till Toenshoff <me@mmsguru.com> * updated build environment to increase universal use * fixed retroThemes embedded theme media parsing * updated retroMpegs ffmpeg usage to reflect API changes * updated documentation * enhanced mp3 encoding parameters * increased default mp3 encoding quality * fixed some minor issues 2009-02-12 Till Toenshoff <me@mmsguru.com> * streamlined (debugging) output a bit * SMAF: warns but doesnt abort anymore on unknown content 2008-09-23 Till Toenshoff <me@mmsguru.com> * QCELP: now using the ANSI qcelp codec 2008-08-28 Till Toenshoff <me@mmsguru.com> * ChangeLog: initial revision, very incomplete, missing filenames for entries before today * updated entire build environment 2008-08-27 Till Toenshoff <me@mmsguru.com> * added optional fact-chunk for wave files 2008-08-26 Till Toenshoff <me@mmsguru.com> * updated mp3-reader to properly process ID3V2.2 tags 2007-12-01 Vinicius Kursancew <viniciusalexandre@gmail.com> * added autotools build environment * added endian awareness 2006-12-31 Till Toenshoff <me@mmsguru.com> * added more comments, beautified sources a bit 2006-06-20 Till Toenshoff <me@mmsguru.com> * added pro5-tag 2006-06-19 Till Toenshoff <me@mmsguru.com> * added AX-checksum calculation 2006-04-17 Till Toenshoff <me@mmsguru.com> * added WMA en/decoding * added RA en/decoding * added OGG en/decoding 2005-11-28 Till Toenshoff <me@mmsguru.com> * added 2nd normalize * fixed unencrypted RMF parsing * added SMAF MA7 encoding * added true MA3 and MA5 encoding 2005-11-09 Till Toenshoff <me@mmsguru.com> * added sample looping and fading 2005-11-06 Till Toenshoff <me@mmsguru.com> * added crop-filter 2005-10-31 Till Toenshoff <me@mmsguru.com> * added MFM support 2005-10-25 Till Toenshoff <me@mmsguru.com> * cleaned console output a bit 2005-10-20 Till Toenshoff <me@mmsguru.com> * MP4 and 3GP encoding seems to work now * fixed ID3 writing for MP3 2005-10-18 Till Toenshoff <me@mmsguru.com> * initial linux version running 2005-10-15 Till Toenshoff <me@mmsguru.com> * updated date check 2005-07-11 Till Toenshoff <me@mmsguru.com> * added AAC decoding * improved help system * improved status display 2005-03-31 Till Toenshoff <me@mmsguru.com> * outsourced SMAF and RMF conversion to shared libraries * added MP3 encoding 2005-03-29 Till Toenshoff <me@mmsguru.com> * added QCELP transcoding 2005-03-28 Till Toenshoff <me@mmsguru.com> * added WAV metadata encoding * added RMF backconverting * added SMAF backconverting * fixed wave headers for output * added peak-limiting * added rate adjusting 2005-03-21 Till Toenshoff <me@mmsguru.com> * added AMR NB+WB encoding 2005-03-19 Till Toenshoff <me@mmsguru.com> * fixed RMF CACH data 2005-03-18 Till Toenshoff <me@mmsguru.com> * RMF working (at the first glance) 2005-01-13 Till Toenshoff <me@mmsguru.com> * added MP4, AAC, 3GP - fixed SMAF parser 2004-06-04 Till Toenshoff <me@mmsguru.com> * added SMAF max sample duration attribute 2004-05-06 Till Toenshoff <me@mmsguru.com> * fixed comma-bug in CNTI-subtag info 2004-04-07 Till Toenshoff <me@mmsguru.com> * initial revision
Good news everyone RetroCode and RetroFID 1.60.1 have been released Version 1.60.1 News: * fixed retroMpegs AMR decoding * fixed autoadapt no longer ignores user parameters * updated autoadapt triggers low-pass-filtering only on samplerate decrease * updated build environment to increase universal use * fixed retroThemes embedded theme media parsing * updated retroMpegs ffmpeg usage to reflect API changes * updated documentation * enhanced mp3 encoding parameters * increased default mp3 encoding quality * fixed some minor issues * streamlined (debugging) output a bit * SMAF: warns but doesnt abort anymore on unknown content For downloading, please use the links below. Windows: http://downloads.sourceforge.net/retrocode/RetroPack-1.60.1.setup.win32.exe I have MacOS and Linux releases on my ToDo-List however, that will most likely take a bit since I am working on other projects right now.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?