Decode video in Raspberry Pi without using OpenMAX?

前端 未结 2 894
遇见更好的自我
遇见更好的自我 2021-02-12 20:21

I am looking for an example of decoding video on Raspberry Pi directly, without using OpenMAX.

This explains the different layers of multimedia software:

2条回答
  •  爱一瞬间的悲伤
    2021-02-12 20:44

    I think openmax gives more performance in multimedia processing. You can compare performance for this two alternatives simple running respective pipelines for gstreamer. For this actions not needed programming and you can use gst-launch fot this purposes. Openmax plugins for gstreamer start with 'omx' prefix. Coding and decoding operations perfectly executing with omx while main CPU get no load. Proprietary implementation for h264 coding or decoding is very difficult problem and without using libraries you can spend for this many years.

提交回复
热议问题