Install ffmpeg on elastic beanstalk using ebextensions config

前端 未结 6 2160
忘了有多久
忘了有多久 2020-12-24 09:32

I\'m attempting to install an up to date version of ffmpeg on an elastic beanstalk instance on amazon servers. I\'ve created my config file and added these container_command

6条回答
  •  太阳男子
    2020-12-24 09:50

    You can use a static build from ffmpeg gusari and the sources syntax to automagically download and extract the binaries from a static build tar to /usr/local/bin. Here's an extremely simple example that has worked for me:

    sources:
        /usr/local/bin: https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz
    

提交回复
热议问题