I’m using FFMPEG to implement GPU encoding work by enabling NVENC. The card is GTX750 Ti. I found that I could only create 2 encoders. If I create more encoders, nvEncOpenEncodeSessionEx will fail. I want to ask if it is the hardware limitation. If yes, could I get other cards to implement multiple encoding?
I’ve read somewhere that this is a question of license.
With a system whith GeForce board (even with several GeForce boards), you can encode at most 2 streams simultaneously.
If you want to encode more than 2 streams simultaneously, you have to use a Quadro board.
I forgot the link, but perhaps that someone from NVidia could confirm.