Hi, I would like to build a ffmpeg dynamic loading mechanism such that codecs can be built as a dll and be loaded at runtime rather than statically bundle all codecs in a big library. Has anyone done that before? -Aaron