How to install ffmpeg on ruby native environment

I use a heroku buildpack to install ffmpeg currently and I’m trying to set it up in render with a Ruby Native Environment.

Does anyone know how to install ffmpeg on it?

1 Like

ffmpeg is available by default in our native environment, no buildpack required.

$ ffmpeg -versionffmpeg version 4.1.9-0+deb10u1 Copyright (c) 2000-2022 the FFmpeg developersbuilt with gcc 8 (Debian 8.3.0-6)

John B

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.