[FFmpeg-user] Performance Tuning for Raspberry Pi

Moritz Barsnick barsnick at gmx.net
Thu Oct 18 00:08:48 EEST 2018


On Wed, Oct 17, 2018 at 20:44:31 +0100, Bruce Diesel wrote:
> Thanks Carl.   Would the bottleneck by storage I/O or processing.

It would usually be the processing.

> I have seen mention of hardware acceleration on Raspberry Pi, is that
> applicable to this situation, or is that about video playback?

It probably depends on the hardware on your Raspberry Pi. ffmpeg can be
compiled with support for OpenMAX, that's the omx encoder. Firstly,
this needs to apply to your Pi Zero (it probably doesn't). Secondly, it
can only accelerate encoding to MPEG4 and H.264, not MPEG1 as you are
using.

Moritz


More information about the ffmpeg-user mailing list