<div dir="ltr"><div><div>hello,<br></div>I need to mux to nut container some raw video and audio.<br><br></div>What I do now is:<br><div><br>AVOutputFormat* fmt = av_guess_format("nut", NULL, NULL);    <br>oc = avformat_alloc_context();<br>
oc->oformat = fmt;<br><br clear="all"><div><div>How can I specify the options "-syncpoints none" and "-write_index 0" programmatically?<br><br></div><div>thanks,<br></div><div>MB<br><br></div></div>
</div></div>