FFmpeg video-file capture with optional CUDA hardware decoding. More...
#include <cstdint>#include <string>#include <vector>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <libavutil/hwcontext.h>#include <libavutil/pixfmt.h>#include <libswscale/swscale.h>Go to the source code of this file.
Classes | |
| class | mxvk::VK_FF_Capture |
| FFmpeg-backed video-file capture source. More... | |
Namespaces | |
| namespace | mxvk |
| Utilities for loading and saving PNG images. | |
FFmpeg video-file capture with optional CUDA hardware decoding.
Definition in file mxvk_ff_capture.hpp.