4
votes
4answers
534 views
abstracting the conversion between id3 tags, m4a tags, flac tags…
I'm looking for a resource in python or bash that will make it easy to take, for example, mp3 file X and m4a file Y and say "copy X's tags to Y".
Python's "mutagen" module is great for manupulating …
2
votes
2answers
262 views
How to get bitrate of audio file in cocoa
I need to get bitrate information from audio files, for some reason AudioFileGetProperty function with kAudioFilePropertyBitRate constant always returns 0 for me. The same with …
2
votes
5answers
2k views
How do I programmatically convert mp3 to an itunes-playable aac/m4a file?
I've been looking for a way to convert an mp3 to aac programmatically or via the command line with no luck. Ideally, I'd have a snippet of code that I could call from my rails app that converts an …
1
vote
5answers
272 views
How can I query chapter metadata from a m4a file?
I need to write some code that will let me query a m4a file and extract the chapter information out. Including:
chapter name
chapter start time
chapter artwork
I did some quick searching and it …
1
vote
1answer
704 views
Looking for open-source library for editing AAC metadata (M4A files)
I'm looking for an open-source library for editing AAC metadata in M4A files (as appearing in iTunes). Specifically, I need to be able to add an album art tag. It should be something similar to …
0
votes
2answers
229 views
Server-side AAC audio with Android
As I understand it, Android will only play AAC format audio if it's encoded as MPEG-4 or 3GPP.
I'm able to play AAC audio encoded as M4A when it's local to the app, but it fails when obtaining it …
0
votes
2answers
354 views
What is the easiest way to wrap a raw .aac file into a .m4a container
This question is overflow from the following question:
http://stackoverflow.com/questions/70096/how-do-i-programmatically-convert-mp3-to-an-itunes-playable-aacm4a-file
Anyway, I learned how to …
