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

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

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

Jump to solution
2,002 Views
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 Kudos
1 Solution
1,993 Views
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

View solution in original post

1 Reply
1,994 Views
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