> 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?
>
>
the happiest solution would be that you simply do not have libfdk_aac
but DO have an alternative aac codec
try a

 ffmpeg -codecs | grep aac

and see what aac codecs you have






_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to