How can imx.6 VPU _encode_ 1080i?

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

How can imx.6 VPU _encode_ 1080i?

770 Views
josepholivier
Contributor I

I have been using the imx6 to generate video frames which get fed to a gstreamer pipeline and eventually out to an MPEG2TS over IP. My gstreamer pipeline looks approximately like:

appsrc -> mfw_ipucsc (rgb565 -> yuv) -> vpuenc (h264 mode) -> mpegtsmux -> appsink

I am currently generating 720p frames at 24fps and interested in generating a 1080i stream. How might I go about doing that? Can the vpuenc handle the interlacing?

Labels (5)
0 Kudos
1 Reply

451 Views
Yuri
NXP Employee
NXP Employee

The VPU does not support interlaced frames  directly, the VDIC may be used for de-interlacing.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos