Does anyone know a C++ library to create videos (e.g. mpeg4) with a depth of 32 bit? Currently we tried to create a video in OpenCV using 32 bit floating-point images (CV_32F). But OpenCV only supports CV_8U images to create videos. If the library only supports CV_16, it will be also sufficient. Thanks in advance.