<p>One other thing,</p>
<p>Allways allocate memory with av_malloc instead of malloc and free it with av_free.</p>
<p>Regards,<br>
Jan</p>
<div class="gmail_quote">Am 06.08.2011 11:19 schrieb "Josh Gargus" <<a href="mailto:josh@schwa.ca">josh@schwa.ca</a>>:<br type="attribution">> I'm also not sure which encoder I'm using.  I meant to be using faac, but I think that I may be using Konstantin Shishkov's encoder.  How would I tell?  <br>
> <br>> I'm finding the codec with avcodec_find_encoder(CODEC_ID_AAC).  When I try instead calling avcodec_find_encoder_by_name(), it fails with "libfaac" and "libvo_aacenc", and succeeds with "aac". <br>
> <br>> Might I have more luck with libfaac or libvo_aacenc?<br>> <br>> Cheers,<br>> Josh<br>> <br>> <br>> On Aug 6, 2011, at 2:00 AM, Josh Gargus wrote:<br>> <br>>> On Aug 6, 2011, at 1:39 AM, jan hölscher wrote:<br>
>>> What value is stored in audioCodec->frame_size, i think it is 0.<br>>>> <br>>>> <br>>> <br>>> No, audioCodec->frame_size is 1024.<br>>> <br>>> I should also mention that it does not hang immediately… it will encode successfully for several seconds before entering the infinite loop.<br>
>> <br>>> Cheers,<br>>> Josh<br>>> <br>>> <br>>>> Regards,<br>>>> Jan<br>>>> <br>>>> Am 06.08.2011 07:26 schrieb "Josh Gargus" <<a href="mailto:josh@schwa.ca">josh@schwa.ca</a>>:<br>
>>> > I'm running into a problem that seems essentially the same as:<br>>>> > <br>>>> > <a href="http://stackoverflow.com/questions/2410459/encode-audio-to-aac-with-libavcodec">http://stackoverflow.com/questions/2410459/encode-audio-to-aac-with-libavcodec</a><br>
>>> > <br>>>> > … except that I'm already encoding at a far lower bitrate than the threshold that started to cause him problems (I encode at 64000bits/sec, and he was OK below 386000bits/sec).<br>
>>> > <br>>>> > Has anyone else seen anything else like this? I'll be happy to provide more details if anyone is interested.<br>>>> > <br>>>> > Thanks,<br>>>> > Josh<br>
>>> _______________________________________________<br>>>> Libav-user mailing list<br>>>> <a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>>>> <a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
>> <br>>> _______________________________________________<br>>> Libav-user mailing list<br>>> <a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>>> <a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
> <br>> _______________________________________________<br>> Libav-user mailing list<br>> <a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>> <a href="http://ffmpeg.org/mailman/listinfo/libav-user">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
</div>