Encode performance decreased if the channels over 8

Hi,

I find the total encode performance will be decrease when the channels set more than 8, I wonder what’s wrong with my testing way,

my test result is:
table1

Here’s the encode test way:

/usr/src/jetson_multimedia_api/samples/01_video_encode/./per_enc.sh
the ./per_enc.sh is like:
#!/bin/bash
job=9 #Task number
for ((i=0; i<$job; i++)); do
{
./video_encode Bbasketballdrive_1920x1080_8_50_500.yuv 1920 1080 H264 out_$i.264 --max-perf -p high -nrf 1 -hpt 1 -ifi 50 -ifi 50 -MinQpI 37 -MaxQpI 37 -MinQpP 37 -MaxQpI 37 --stats > $i.txt
}&
done
wait
echo “end”

The same performance degradation over 8 channels will be shown on the transcode test,
/usr/src/jetson_multimedia_api/samples/16_multivideo_transcode/

Thanks for your reply

Hi,
Thanks for reporting the issue. We are checking it. Here is a related post:
Encoding performance issue on Xavier AGX, but no problem on Nano (simultaneous encoding)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.