Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > command line conversion utility for aac --> .mp3

command line conversion utility for aac --> .mp3
Thread Tools
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 21, 2004, 12:50 AM
 
My girlfriend just bought an MP3 CD player and I want to give her some songs. I have reencoded mine as .m4a (aac), though, and I'd like to know if there is a command line conversion utiliity (or batch conversion utility) available for OS X.

Thanks in advance.
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: May 2001
Location: Earth
Status: Offline
Reply With Quote
Mar 21, 2004, 07:56 AM
 
ffmpeg can probably do this.
     
Addicted to MacNN
Join Date: Jun 1999
Location: Las Vegas, NV, USA
Status: Offline
Reply With Quote
Mar 21, 2004, 09:34 AM
 
Why limit yourself to the command line? Just do it with iTunes.

1) Make sure the MP3 encoder is selected in the Importing Preferences
2) Select the songs your want converted
3) Choose Convert to MP3 from the Advanced menu

Chris
     
Addicted to MacNN
Join Date: Oct 2001
Location: Yokohama, Japan
Status: Offline
Reply With Quote
Mar 21, 2004, 04:07 PM
 
The real answer is: don't do it at all. Re-rip from CD.
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 21, 2004, 10:48 PM
 
Originally posted by wataru:
The real answer is: don't do it at all. Re-rip from CD.
My CDs are in Germany, I'm in Japan, so this is unfortunately not an option.
I don't suffer from insanity, I enjoy every minute of it.
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 21, 2004, 10:51 PM
 
Originally posted by chabig:
Why limit yourself to the command line? Just do it with iTunes.

1) Make sure the MP3 encoder is selected in the Importing Preferences
2) Select the songs your want converted
3) Choose Convert to MP3 from the Advanced menu

Chris
Jup, I know about that option, but unfortunately, it adds another title to my library, as far as I know. Sorting thousands of songs twice is a bit too much …_

I wish iTunes would convert songs on the fly if "MP3 CD" is selected. My girlfriend has bought an MP3 CD player, so it doesn't understand AAC. So instead of disabling AAC songs, iTunes should recode them as .mp3, at least as an option …_
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: May 2001
Status: Offline
Reply With Quote
Mar 22, 2004, 02:10 PM
 
Originally posted by chabig:
Why limit yourself to the command line? Just do it with iTunes.

1) Make sure the MP3 encoder is selected in the Importing Preferences
2) Select the songs your want converted
3) Choose Convert to MP3 from the Advanced menu

Chris
It's not limiting but sometimes way easier and quicker if you don't have to open an app and click, select, and drag around, wait for windows to pop-up and close again but can achive the same by simply typing a line in the terminal.

-
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 22, 2004, 11:45 PM
 
Bingo.

I use ImageMagick to convert my images that I post on my website. I change one parameter in the script and things are reconverted according to my wishes.

I want the same for sounds and video. Unfortunately, I cannot compile faad 2.0, the library for aac support.
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status: Offline
Reply With Quote
Mar 24, 2004, 11:55 AM
 
Originally posted by OreoCookie:
Bingo.

I use ImageMagick to convert my images that I post on my website. I change one parameter in the script and things are reconverted according to my wishes.

I want the same for sounds and video. Unfortunately, I cannot compile faad 2.0, the library for aac support.
Have you checked out faac? http://faac.sourceforge.net/

I saw that both faac and faad2 are on that website, but I didn't quite catch the difference between the two. Maybe faac doesn't do what you need...

edit: Ah... faac encodes and faad decodes.
(Last edited by [APi]TheMan; Mar 24, 2004 at 12:10 PM. )
"In Nomine Patris, Et Fili, Et Spiritus Sancti"

     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 24, 2004, 01:30 PM
 
Originally posted by [APi]TheMan:
Have you checked out faac? http://faac.sourceforge.net/

I saw that both faac and faad2 are on that website, but I didn't quite catch the difference between the two. Maybe faac doesn't do what you need...

edit: Ah... faac encodes and faad decodes.
Well, I downloaded the faad 2.0 source code and I cannot compile it.

I'll try faac ...
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status: Offline
Reply With Quote
Mar 24, 2004, 04:27 PM
 
Originally posted by OreoCookie:
Well, I downloaded the faad 2.0 source code and I cannot compile it.

I'll try faac ...
Yeah, I'd guess that you would need faac to encode the mp3s to AAC. I wonder if fink or darwinports has some binaries worked out for faad or faac... Where did you get the hint to try faad in the first place? They might have more info...?
"In Nomine Patris, Et Fili, Et Spiritus Sancti"

     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 25, 2004, 06:25 AM
 
Originally posted by [APi]TheMan:
Yeah, I'd guess that you would need faac to encode the mp3s to AAC. I wonder if fink or darwinports has some binaries worked out for faad or faac... Where did you get the hint to try faad in the first place? They might have more info...?
It's not included in fink and thus I have tried building it from the sources directly.
I don't suffer from insanity, I enjoy every minute of it.
     
Addicted to MacNN
Join Date: Jun 1999
Location: Las Vegas, NV, USA
Status: Offline
Reply With Quote
Mar 25, 2004, 07:49 AM
 
I wish iTunes would convert songs on the fly if "MP3 CD" is selected.
That would be nice, but until it does, just have iTunes do the conversion. Burn the CD. Then delete the resulting MP3s so you won't have "thousands of songs to sort twice."

Chris
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 26, 2004, 01:10 PM
 
Originally posted by chabig:
That would be nice, but until it does, just have iTunes do the conversion. Burn the CD. Then delete the resulting MP3s so you won't have "thousands of songs to sort twice."

Chris
Well, how about iTunes converting them automatically before burning.
I don't suffer from insanity, I enjoy every minute of it.
     
Addicted to MacNN
Join Date: Jun 1999
Location: Las Vegas, NV, USA
Status: Offline
Reply With Quote
Mar 26, 2004, 09:19 PM
 
Well, how about iTunes converting them automatically before burning.
http://www.apple.com/feedback/itunes.html

Chris
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 26, 2004, 10:16 PM
 
Originally posted by chabig:
http://www.apple.com/feedback/itunes.html

Chris
Already done, but thanx.
I don't suffer from insanity, I enjoy every minute of it.
     
Addicted to MacNN
Join Date: Jun 1999
Location: Las Vegas, NV, USA
Status: Offline
Reply With Quote
Mar 27, 2004, 07:52 AM
 
I'm glad you sent it in. It is a good idea.

Chris
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 27, 2004, 12:39 PM
 
Did anybody compile faac successfully?
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status: Offline
Reply With Quote
Mar 29, 2004, 01:01 AM
 
Originally posted by OreoCookie:
Did anybody compile faac successfully?
I just did some googling and found some binaries of faad for Mac OS X: http://www.rarewares.org/aac.html

I didn't have much success compiling faac on my Panther box unfortunately, so hopefully that faad binary will be of some help.
"In Nomine Patris, Et Fili, Et Spiritus Sancti"

     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 29, 2004, 11:01 AM
 
Originally posted by [APi]TheMan:
I just did some googling and found some binaries of faad for Mac OS X: http://www.rarewares.org/aac.html

I didn't have much success compiling faac on my Panther box unfortunately, so hopefully that faad binary will be of some help.
Perfect!

I googled around without success, so I think this is really helpful. I'll post if I am successful ... gotta sleep now.
I don't suffer from insanity, I enjoy every minute of it.
     
Moderator
Join Date: May 2001
Location: Hilbert space
Status: Offline
Reply With Quote
Mar 30, 2004, 07:56 AM
 
I installed both from Darwin ports.

I'll try them later tomorrow, I think.
I don't suffer from insanity, I enjoy every minute of it.
     
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status: Offline
Reply With Quote
Mar 30, 2004, 03:31 PM
 
Originally posted by OreoCookie:
I installed both from Darwin ports.

I'll try them later tomorrow, I think.
I never did get around to looking in Darwin ports, but sure enough faac 1.23 is in there. So with that faad binary from rarwares.org and the faac port from darwin ports you should be good to go, I hope it's what you need.

"In Nomine Patris, Et Fili, Et Spiritus Sancti"

     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 09:13 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2