<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 25, 2012 at 4:10 AM, Craig Murray <span dir="ltr"><<a href="mailto:craigmurray100@gmail.com" target="_blank">craigmurray100@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm having some problems getting ffmpeg to behave the same on windows as opposed to mac.  Mac seems to have some codec problems, where the windows version is fine.  Here is my output:<br>
<br></blockquote></div><br>Your Windows version is compiled with libvo_aacenc as the AAC Encoder, which works just fine.<br>However, your Mac version does not have the libvo_aacenc support compiled in, and it trys to use avcodecs native AAC encoder, which is still experimental, resulting in the error quoted above.<br>
<br></div>