03.11.2024, 14:53
Too broad of a question to answer anything but vague.
Some filters support using gpu (opencl/cuda) others don't.
Enabling gpu support for those filters might speed up things, but it also can slow down stuff, depending on the source and the whole filter script.
Sometimes configuring the source filter to use gpu decoding might speed things up, other times it might low things down.
NVEncC would use the encoder chip on your graphic card, using 'only use encoder', would disable Avisynth&Vapoursynth filtering (and restrict the filtering options a lot), but speed up things since decoding&filtering&encoding will all be done on the graphic card.
Aside from NVEncC, none of the encoders will/can use an nvidia card in a meaningful way.
=> Only thing you can do is look at your filter configurations and test whether they have gpu support or not and whether enabling the support helps or not.
Cu Selur
Ps.: If you NVIDIA gpu is new enough, you can also use the torch addon.
Some filters support using gpu (opencl/cuda) others don't.
Enabling gpu support for those filters might speed up things, but it also can slow down stuff, depending on the source and the whole filter script.
Sometimes configuring the source filter to use gpu decoding might speed things up, other times it might low things down.
NVEncC would use the encoder chip on your graphic card, using 'only use encoder', would disable Avisynth&Vapoursynth filtering (and restrict the filtering options a lot), but speed up things since decoding&filtering&encoding will all be done on the graphic card.
Aside from NVEncC, none of the encoders will/can use an nvidia card in a meaningful way.
=> Only thing you can do is look at your filter configurations and test whether they have gpu support or not and whether enabling the support helps or not.
Cu Selur
Ps.: If you NVIDIA gpu is new enough, you can also use the torch addon.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.

