i.MX 8M PLUS EVK dev board: how to use the H.265 video encoder

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

i.MX 8M PLUS EVK dev board: how to use the H.265 video encoder

跳至解决方案
2,125 次查看
msarwar
Contributor III

Hi guys,

 

We have an i.MX 8M Plus dev board and are investigating the video encoding and decoding using gstreamer. We have the i.MX8GStreamerUserGuide to help, but there isn't any mention of H.265 encoding which may be unique to the i.MX 8M Plus.

 

So, my question is, does anyone know a gstreamer command that will encode H.265 using the hardware encoder on the 8M Plus ? Is it possible to use a file as input or does the input have to be from a camera ?

 

Also, I cannot find the reference manual for the 8M Plus, is there one available ?

 

Thanks

0 项奖励
1 解答
2,116 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Mahtab

 

one can try (capture camera and do VPU encoding):

gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,width=1280,height=720 ! queue ! vpuenc_hevc ! h265parse ! filesink location=test_1920_1080.h265

Demo Images

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

Reference Manual can be obtained through local marketing channels.

https://www.nxp.com/company/about-nxp/worldwide-locations:GLOBAL_SITES

 

Best regards
igor

在原帖中查看解决方案

1 回复
2,117 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Mahtab

 

one can try (capture camera and do VPU encoding):

gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,width=1280,height=720 ! queue ! vpuenc_hevc ! h265parse ! filesink location=test_1920_1080.h265

Demo Images

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

Reference Manual can be obtained through local marketing channels.

https://www.nxp.com/company/about-nxp/worldwide-locations:GLOBAL_SITES

 

Best regards
igor