M4000 quadro card simultaneous h264 encode sessions

Hello Dev from Nvidia,

i have spoken from livechat with Younus he advised me to open a ticket here to ask developers about my question.

my question is this

how many h264 simultaneous sessions at 1080p 30fps can handle 1x M4000 quadro card
and if i want to use in paralel with sli (2x M4000 card) how many sessions are able to encode?

I am not from Nvidia. But I give you some hints:

1x M4000 = 430 FPS (Maxwell Gen 2, High Performance, Constant QP, 1920x1080, YUV4:2:0, 8 bit) * 2 encoders * 0.8 #underclocked M4000 = 688 FPS / 30 FPS per stream = less then 23 high performance streams.

hi mcerveny thanks for reply.

but i mean how many 720p/1080 streams i can encode on 2mbps

raw format streams are about 6000 kbps and 9000 kbps i want re encode this to at 2000 - 3000 kbps
gpu based instead of using cpu. i can now do 7x 720p on i7 4the gen cpu on cpu based.

1x M4000 = 430 FPS (Maxwell Gen 2, High Performance, Constant QP, 1920x1080, YUV4:2:0, 8 bit) * 2 encoders * 0.8 #underclocked M4000 = 688 FPS / 30 FPS per stream = less then 23 high performance streams.

do you mean i can encode 20 1080p streams in high performance with one m4000?

You need decode and encode ? No problem, even decoder is accelerated (see the same referred materials/links - https://developer.nvidia.com/nvidia-video-codec-sdk). M4000 (Maxwell Gen 2, 1 decoder) decodes 392 FPS H264/1080p (https://developer.nvidia.com/nvdec-application-note)). You can study Video Codec SDK samples too. The encoder supports setup of CBR or VBR (bitrates) that influences quality (search https://developer.nvidia.com/nvenc-programming-guide).

Yes and it depends (see referred materials/links). 1080p30 streams - encode ~20x / decode ~10x.

hi mcerveny thanks for your response (y)