Hello Selur,
after having opened the issue on NVEncC I discovered the there is the option "--vpy-mt" which improve the speed significantly.
Using a simple script with the following code
Code:
# loading plugins
core.std.LoadPlugin(path="D:/Programs/Hybrid/64bit/vsfilters/Support/fmtconv.dll")
# Resizing using 10 - bicubic spline
clip = core.fmtc.resample(clip=clip, kernel="spline16", w=1280, h=900, interlaced=False, interlacedd=False)
I obtained the following results
As you can see with parameter "--vpy-mt" nvencc is about 40% faster than vspipe.
Could you add support to "--vpy-mt" ?
Thanks,
Dan