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?



--
View this message in context: 
http://ffmpeg-users.933282.n4.nabble.com/brew-install-ffmpeg-on-10-10-Yosemite-for-wma-to-mp3-batch-conv-tp4668194.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to