Does VPU encoder accepts NV12 as input format ?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Does VPU encoder accepts NV12 as input format ?

935件の閲覧回数
gautammanam
Contributor I

Hi All,

I am trying to encode raw data to H264 . Does vpu encoder accepts NV12 format as input, so that i can avoid all format conversions ?If it accepts what is the parameter to set

ラベル(2)
0 件の賞賛
返信
1 返信

775件の閲覧回数
Yuri
NXP Employee
NXP Employee

   Many details of VPU as third party IP are not provided.

You may use FSL solutions, in particular, one can define what data

formats are used by Gstreamer elements, using gst-inspect command :

For imxv4l2src: v4l2 based camera src

  SRC template: 'src'

    Capabilities:

      ANY

For vpuenc

($ gst-inspect vpuenc )

  SINK template: 'sink'

    Capabilities:

      video/x-raw-yuv

                 format: TNVP

      video/x-raw-yuv

                 format: NV12

      video/x-raw-yuv

                 format: I420

  SRC template: 'src'

    Capabilities:

      video/mpeg

            mpegversion: 4

           systemstream: false

      video/x-h263

      video/x-h264

      image/jpeg


Have a great day,
Yuri

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

0 件の賞賛
返信