(not sure I’m in the right forum section - @mods feel free to move this)
I’m looking to build an app to do some ffmpeg workflow on my Raspberry Pi4.
I’m planing on using the following pre-build ffmpeg to save time not having to compile anything.
BalenaOS for Raspberry Pi 4 is built for the aarch64 architecture. As a result you could technically the armhf builds, but picking the arm64 ffmpeg build will probably better utilize your hardware.
As of which base image you should pick, if you indeed don’t really need anything extra in your image (like let’s say python), choosing an alpine base image will probably give you the smallest resulting image size.
You can try using something like balenalib/aarch64-alpine:3.11-run and check whether it works for your use case: https://hub.docker.com/r/balenalib/aarch64-alpine/tags?page=1&name=3.11-run