|
FFmpeg
|
Calculate the VMAF between two input videos. More...
#include <pthread.h>#include <libvmaf.h>#include "libavutil/avstring.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avfilter.h"#include "drawutils.h"#include "formats.h"#include "framesync.h"#include "internal.h"#include "video.h"Classes | |
| struct | LIBVMAFContext |
Macros | |
| #define | OFFSET(x) offsetof(LIBVMAFContext, x) |
| #define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
| #define | read_frame_fn(type, bits) |
Typedefs | |
| typedef struct LIBVMAFContext | LIBVMAFContext |
Functions | |
| FRAMESYNC_DEFINE_CLASS (libvmaf, LIBVMAFContext, fs) | |
| read_frame_fn (uint8_t, 8) | |
| read_frame_fn (uint16_t, 10) | |
Variables | |
| AVFilter | ff_vf_libvmaf |
Calculate the VMAF between two input videos.
| AVFilter ff_vf_libvmaf |
1.8.12