<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Feb 20, 2018 at 6:48 AM, Valeriy Shtoma <span dir="ltr"><<a href="mailto:shtomavaleriy@gmail.com" target="_blank">shtomavaleriy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi to all,<br>
<br>
Tell me, please, how to change libx264 profile and level? I tried:<br>
<br>av_dict_set(&libx264opt, "profile", "high", 0);<br>
av_dict_set(&libx264opt, "level", "41", 0);</blockquote><div><br></div><div> </div><div>This looks like the correct option for libx264 according to its option list.</div><div><br></div><div>Are you passing the options into avcodec_open2 and avformat_write_header?</div><div><br></div><div>corey</div></div></div></div>