Does vpuenc_h264 uses hardware encoding? how?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Does vpuenc_h264 uses hardware encoding? how?

Jump to solution
799 Views
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

 

Tags (1)
0 Kudos
Reply
1 Solution
785 Views
joanxie
NXP TechSupport
NXP TechSupport

this uses HW(vpu) encoder

 

View solution in original post

0 Kudos
Reply
3 Replies
791 Views
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 Kudos
Reply
786 Views
joanxie
NXP TechSupport
NXP TechSupport

this uses HW(vpu) encoder

 

0 Kudos
Reply
794 Views
joanxie
NXP TechSupport
NXP TechSupport

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

 

0 Kudos
Reply