Hello,
Customer would like to know the video enc/dec performance of AM62A.
Can video enc/dec engine process four HD (1280x720) 15fps videos in H.264 or H.265 format simultaneously?
Regards,
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Takano-san,
Please refer the section 3.7 in the SDK documentation in the link below:
Yes we should be able to do 4 720p @15fps encoding in H.264/H.265 simultaneously on AM62Ax.
Hope this helps.
Best Regards,
Suren
Suren,
Thanks for your reply.
Let me confirm.
Customer would like to know the use case of decoding video during encoding input video.
Does TI have a evaluation result for decoding and encoding at the same time?
Regards,
Hi Takano-san,
Yes we can do a decode and encode operation (Transcode use-case) as mentioned in the previous link that I shared.
Transcode use-case (h264->h265 conversion as example) target $gst-launch-1.0 filesrc location=./sample_file.264 ! h264parse ! v4l2h264dec capture-io-mode=4 ! v4l2h265enc output-io-mode=5 ! filesink location=./output.265
Hope this helps.
Best Regards,
Suren