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
add the following to your .ebextensions/packages.config
.ebextensions/packages.config
packages: yum: ImageMagick: [] sources: /usr/local/bin: http://ffmpeg.org/releases/ffmpeg-4.1.tar.gz