[Libav-user] How set "-syncpoints none" programmatically for nut

Massimo Battistel battistel at gmail.com
Sun Jul 13 12:58:11 CEST 2014


hello,
I need to mux to nut container some raw video and audio.

What I do now is:

AVOutputFormat* fmt = av_guess_format("nut", NULL, NULL);
oc = avformat_alloc_context();
oc->oformat = fmt;

How can I specify the options "-syncpoints none" and "-write_index 0"
programmatically?

thanks,
MB
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20140713/0264e2fd/attachment.html>


More information about the Libav-user mailing list