You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because we install ffmpeg using apt-get and it only installs the latest version that's connected to the base image you use (as far as I can gather). We call apt-get update, but that doesn't help…
Instead a different approach needs to be taken. You can create this ffmpeg7 extension yourself by creating this file in your codebase, then importing the ffmpeg() function into the build extensions in your trigger.config file.
This is because we install ffmpeg using
apt-getand it only installs the latest version that's connected to the base image you use (as far as I can gather). We callapt-get update, but that doesn't help…Instead a different approach needs to be taken. You can create this
ffmpeg7extension yourself by creating this file in your codebase, then importing theffmpeg()function into the build extensions in yourtrigger.configfile.TRI-4524