[FFmpeg-devel] [PATCH] avfilter: add vmafmotion filter

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Sep 30 20:31:22 EEST 2017


Hi!

2017-09-15 22:47 GMT+02:00 Ashish Pratap Singh <ashk43712 at gmail.com>:

> +static int query_formats(AVFilterContext *ctx)
> +{
> +    static const enum AVPixelFormat pix_fmts[] = {
> +        AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P,
> AV_PIX_FMT_YUV420P,
> +        AV_PIX_FMT_YUV444P10, AV_PIX_FMT_YUV422P10,
> AV_PIX_FMT_YUV420P10,

Is the algorithm only defined for these formats and bit-depth
or are there just missing features?
Gray and gray10 come to mind...

Thank you, Carl Eugen


More information about the ffmpeg-devel mailing list