Thanks of course I copied that off a discussion of bringing wma into iTunes.  
Now I see the .m4a so it should work for mp3 through homebrew without an 
installation flag.  Cool.  The end use is actually to listen to these tracks on 
a wp8 phone 📞.  But from a mac music gets to the phone from the iTunes library.
________________________________
From: Lou<mailto:l...@lrcd.com>
Sent: ‎20/‎11/‎2014 02:27
To: ffmpeg-user@ffmpeg.org<mailto:ffmpeg-user@ffmpeg.org>
Cc: paynito<mailto:payn...@outlook.com>
Subject: Re: [FFmpeg-user] brew install ffmpeg on 10.10 Yosemite for wma to mp3 
batch conv.

On Wed, 19 Nov 2014 02:53:34 -0800 (PST)
paynito <payn...@outlook.com> wrote:

> bash //
> brew install ffmpeg     // seems to work
> cd folder with wmas
> for f in *.wma; do ffmpeg -y -i "$f" -c:a libfdk_aac -b:a 192k
> "${f%.wma}.m4a"; done;
> // try a script
> -> error  Unknown encoder  'libfdk_aac'
>
>
> any ideas?

I do not believe brew includes libfdk_aac support by default. As far as
I know you have to use:

  brew install ffmpeg --with-fdk-aac

Also see:
<http://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX#ffmpegthroughHomebrew>
<http://trac.ffmpeg.org/wiki/Encode/AAC>
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to