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,539件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
1 解決策
2,530件の閲覧回数
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,531件の閲覧回数
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