Hello Community,
I am going to refer i.MX8MP EVK and implementing H.265 encoder for that.
Is there any open-source library/sample codes available for H.265 encoder implementation?
Thank You,
Rohit
Solved! Go to Solution.
Hi rkhatal369
one can look at
L5.4.24 imx-gst1.0-plugins
https://source.codeaurora.org/external/imx/imx-gst1.0-plugin/tree/?h=MM_04.05.05_2005_L5.4.24
or unit tests
https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_vpu_test?h=imx_5.4.24_2.1.0
Best regards
igor
Hello Igor,
Thank you for your support !!!
Best regards,
Rohit
Hi rkhatal369
one can look at
L5.4.24 imx-gst1.0-plugins
https://source.codeaurora.org/external/imx/imx-gst1.0-plugin/tree/?h=MM_04.05.05_2005_L5.4.24
or unit tests
https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_vpu_test?h=imx_5.4.24_2.1.0
Best regards
igor
Thank you for you answer!
I am also looking into encoding 4K video at 15 FPS with a i.MX8MP.
However, neither repository seems to reference H265 encoding, only H264?
gstvpuenc.c and mxc_v4l2_vpu_enc.c in particular
Edit: Just answered my own question, H265 is also known as High Efficiency Video Coding (HEVC), which is listed in gstvpuenc.c
(leaving this just in case anyone is confused too...)
Best,
Liliane