Recompile FFmpeg to fix color of output video.
- Saved video captured from a camera with OpenCV*.
- Generated an altered color output video.
- Received warning:
[ INFO:0] global ../opencv/modules/core/src/utils/plugin_loader.impl.hpp (67) libraryLoad load /opt/intel/openvino/opencv/lib/libopencv_videoio_ffmpeg.so => FAILED
[ WARN:0] global ../opencv/modules/videoio/src/cap.cpp (609) open VIDEOIO(FFMPEG): backend is not available (plugin is missing, or can't be loaded due dependencies or it is not compatible)
The wrong color of the output video might be due to wrong installation of FFmpeg.
Recompile FFmpeg.