You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recoding AAC to MP3 on the fly so that it will play on a TiVo is relatively
easy and can be accomplished using other open source DLLs. All you need is
the MP4 demuxer from the MPEG4IP project, the FAAD2 AAC decoder and the
LAME MP3 encoder. All of them are cross platform and have simple APIs you
can use.
I'm not much of a Java guy or I'd do it myself. However I have used these
libraries in C++ projects to accomplish transcodes and it wasn't that
difficult.
Original issue reported on code.google.com by [email protected] on 26 Dec 2009 at 12:27
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Dec 2009 at 12:27The text was updated successfully, but these errors were encountered: