Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

MacOSphere

Suspended
Original poster
Mar 8, 2015
45
25
Columbus, Ohio
Hi,

I'm trying to find a way to either remove the 'encoded with' (ex. shown below) nomenclature from the iTunes files I encode with Apple Lossless OR is there a terminal command that will allow me to do batch conversions of AIFF files to ALAC that I can then import to iTunes?

Thanks

ALAC.jpg
 

KALLT

macrumors 603
Sep 23, 2008
5,380
3,415
The command you are looking for is:
Code:
afconvert -d alac input.aiff output.m4a

To quickly convert files in a folder:
Code:
for f in *.aiff; do afconvert -d alac "$f" "${f%.aiff}.m4a"; done
 
Last edited:

Shirasaki

macrumors P6
May 16, 2015
16,263
11,764
Yep.
XLD is the most powerful audio conversion program under Mac OS X I have ever seen. With it, iTunes management is no longer a problem.
One of the features is to import converted songs directly to iTunes, as is. Saves me plenty of time.
Plus is metadata editor can help you search for proper artworks, and correct possible wrong metadata, from CDDA.
Go and try it.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.