[FFmpeg-devel] [PATCH] lavfi/vf_libvmaf: update to use libvmaf v1.3.9

Kyle Swanson k at ylo.ph
Tue Aug 14 00:12:45 EEST 2018


Hi,

On Mon, Aug 13, 2018 at 11:56 AM, Carl Eugen Hoyos <ceffmpeg at gmail.com>
wrote:

> 2018-08-08 0:37 GMT+02:00, Kyle Swanson <k at ylo.ph>:
>
> > +    {"n_threads", "Set number of threads to be used when computing
> vmaf.",
> >             OFFSET(n_threads), AV_OPT_TYPE_INT, {.i64=0}, 0, UINT_MAX,
> > FLAGS},
>
> Why does this not use -filter_threads?


Didn't know it was an option. I can certainly change the code to use it. I
assume this sets AVFilterContext::nb_threads?


> Carl Eugen
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Thanks,
Kyle


More information about the ffmpeg-devel mailing list