claudiomarassi

Results 5 comments of claudiomarassi

Thus, if the GPU has 2 NVENCs (e.g. GP104, AD104), multiply the corresponding number in [Table 3](https://docs.nvidia.com/video-technologies/video-codec-sdk/12.1/nvenc-application-note/index.html#nvenc-performance__table-nvenc-perf) by the number of NVENCs per chip to get aggregate maximum performance (applicable...

Yes, if you encode two files at the same time it will allocate one on each nvenc chip, totaling 100% usage. In Geforces Series 4000 it can use both nvenc...

prior to 4000 series, they are not capable of split encoding, this feature does not exist on the chip.

You will need to put the parameter --split-enc auto_forced or --split-enc forced_2 https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#--split-enc-string Remembering that it may not double the speed if the video decode engine reaches 100% first. For...

Unfortunately, I don't know to answer that.