On Wed, Apr 25, 2012 at 4:10 AM, Craig Murray <[email protected]>wrote:

> 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:
>
>
Your Windows version is compiled with libvo_aacenc as the AAC Encoder,
which works just fine.
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.
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to