MysteryX
24th October 2021, 06:31
nnedi3_rpow2 is outdated in vsrepo, it needs to be updated. Also, it would be very beneficial to add a1 and a2 parameters to resample! Otherwise I need to copy the whole function into my own code to add those parameters. There's also no way of specifying the GPU device to use.
nnedi3_resample, on the other hand, uses the slowest nnedi3 implementation, and not nnedi3cl or znedi3. It would need to allow using those more modern libraries, and allow specifying GPU device id. Since it's a much bigger class, copying it into my own code isn't really an option.
Actually -- probably both of these could be in the same updated file. Anyone up for the task?
nnedi3_resample, on the other hand, uses the slowest nnedi3 implementation, and not nnedi3cl or znedi3. It would need to allow using those more modern libraries, and allow specifying GPU device id. Since it's a much bigger class, copying it into my own code isn't really an option.
Actually -- probably both of these could be in the same updated file. Anyone up for the task?