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
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to