/

Core SDK Examples - Codecs


The Codecs example shows how to use r5::ffmpeg for enumerating the different in-built codecs on your system.

r5::ffmpeg provides the methods GetEncoders and GetDecoders that will create sets of codec objects based on the requested media type (audio or video).


See the Basic Integration example for project setup.