[Libav-user] AAC encoding error

Justin justin-zhao at qq.com
Tue Apr 9 11:54:32 CEST 2013


I have done as your way, and pleasantly found that it really worked sucessfully.
 
I very appreciate you, thank you very much again.
 
------------------
Best Regards,
Justin




------------------ Original ------------------
From:  "Andrey Utkin"<andrey.krieger.utkin at gmail.com>;
Date:  Tue, Apr 9, 2013 07:42 AM
To:  "This list is about using libavcodec, libavformat, libavutil,libavdevice and libavfilter."<libav-user at ffmpeg.org>; 

Subject:  Re: [Libav-user] AAC encoding error



2013/4/8 Justin <justin-zhao at qq.com>:
> But, how can I set the additional flag? thank you very much.

This way:

AVDictionary *opts = NULL;
av_dict_set(&opts, "strict", "experimental", 0);
int ret = avcodec_open2(encoder_context, codec, &opts);
av_dict_free(&opts);
_______________________________________________
Libav-user mailing list
Libav-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20130409/0d2c5b3c/attachment.html>


More information about the Libav-user mailing list