Does vpuenc_h264 uses hardware encoding? how?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Does vpuenc_h264 uses hardware encoding? how?

跳至解决方案
799 次查看
sagarmane
Contributor II

I'm using i.MX8M Plus EVK board. Does vpuenc_h264 uses hardware encoding in below example of gstreamer?

 

#gst-launch-1.0 videotestsrc num-buffers=300 ! video/x-raw,width=1920,height=1080,format=YUY2 ! queue ! vpuenc_h264 ! filesink location=output.h264

 

标记 (1)
0 项奖励
回复
1 解答
785 次查看
joanxie
NXP TechSupport
NXP TechSupport

this uses HW(vpu) encoder

 

在原帖中查看解决方案

0 项奖励
回复
3 回复数
791 次查看
sagarmane
Contributor II

Hi @joanxie ,

Thanks for your response.

Yes this does work. My question was does vpuenc_h264 uses actual hardware available in board for encoding? or it is software encoding with gstreamer.

 

0 项奖励
回复
786 次查看
joanxie
NXP TechSupport
NXP TechSupport

this uses HW(vpu) encoder

 

0 项奖励
回复
794 次查看
joanxie
NXP TechSupport
NXP TechSupport

imx8mp should support this, you can try this, if you have any issue, pls tell me

 

0 项奖励
回复