[FFmpeg-user] how to enable hardware acceleration on custom platform in ffmpeg?

Moritz Barsnick barsnick at gmx.net
Thu Aug 9 12:37:26 EEST 2018


On Thu, Aug 09, 2018 at 16:38:47 +0800, tugouxp wrote:
>    now the gstreamer and opemnax(IL) has been running ok on the
>    target, is there anyway to use the  OMX framework to replace the
>    built in software implementation on ffmpeg? if so, how to ? any
>    doucments?

Sure, ffmpeg supports OMX. You need to find a build of ffmpeg which was
built with "--enable-omx" and possibly "--enable-omx-rpi", or build it
yourself.

Calling
$ ffmpeg -hwaccels
will show you whether your version already supports omx.

Cheers,
Moritz


More information about the ffmpeg-user mailing list