I'm looking to configure the MJPEG codec for minimal compression since I'm encoding frames on the fly (straight from a capture device).
I noticed from the article at http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-enc-libavcodec.html that different options can be passed to the codec to set the quality level (see the table under "7.3.4. Encoding setting examples"). If I just get a codec via avcodec_open(), is that by default the fastest version of it or do I need to use e.g. avcodec_open2() and pass some options in? Also, how do I control the compression level, etc. in general of the MJPEG codec? Cheers, Soren
_______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
