I want to build a non-Gstreamer based H.264 video encoding pipeline based on a V4L2 driver.
Where to start?
in the libimxvpuapi
GitHub - Freescale/libimxvpuapi: i.MX VPU API Library
There is a very nice frame based encoding example but I don't know if this is officially supported by NXP
also in i.MX_VPU_Application_Programming_Interface_Linux_Reference_Manual.pdf
The VPU example application is located under Yocto Project build tmp work tree in imx-test/*/test/mxc_vpu_test.
But this does not seem to be a good starting point. Too complex and detailed.
Thank you for any hints/advices
M.Cisse