I'm the proud owner of a brand new iPod, and I'd like to stuff it full of music. Unfortunatly, most of my music is in vorbis format, which iPods of course can't read. So I'd like to re-rip my modest CD collection to AAC or M4A so that I can put it on my nice shiny new portable.
I put together a new audio profile in Sound Juicer for mp4 audio, with the following pipeline:
Code: Select all
audio/x-raw-int,rate=44100,channels=2 ! faac name=enc
However, this pipeline has a serious problem in that it won't tag the resultant files, so I'm left with simple audio and no more. Boo hoo.
Is there any way I can modify this pipeline so that it does add the tags as wanted? Or is there another way to get around it (possibly by using the MusicBrainz tagger or something?)