- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TRI-4524] The ffmpeg
extension installs 5.1.6 (not 7.x)
#1688
Comments
ffmpeg
extension installs 5.1.6 (not 7.x)ffmpeg
extension installs 5.1.6 (not 7.x)
@matt-aitken only creating this file will resolve that ? Although I have added it by creating a PR , is there anything else needed . Happy to hear. #1777 |
3 tasks
Is there a reason why the above PR can't be merged and make ffmpeg 7.x the default version? :) |
@matt-aitken The proposed solution doesn't actually work (anymore)
Edit Modifying the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 callapt-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 theffmpeg()
function into the build extensions in yourtrigger.config
file.TRI-4524
The text was updated successfully, but these errors were encountered: