amazon web services - Install ffmpeg on elastic beanstalk using ebextensions config -
I am trying to install an updated version of FFPAAG on an elastic Beanstock instance on the AMSense server. I have created my config file and added these container_directory:
container_command: 01 -ffpag: command: wget -o / usr / local / bin / ffmpeg http: //ffmpeg.gusari .org /static/64bit/ffmpeg.static.64bit.2014-03-05.tar.gz leader_only: false 02-ffmpeg: command: tar -xzf / usr / local / bin / ffmpeg leader_only: incorrect 03-ffmpeg: command : Ln command 01 and 03 seem to be working perfectly but 02 does not seem to be so that FFPAP does not open any idea what to open I / T? Thanks, Helen
A kind person Amazon helped me The config file sent, which works, is expected to be useful to some others:
Package: yum: ImageMagick: [] ImageMagick-devel: [] Commands: 01-Wisset: Command: "wget -O /tmp/ffmpeg.tar.xz https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-64bit-static.tar.xz" 02-mkdir: Command: "If [03- Tar: command: "tar xvf /tmp/ffmpeg.tar.xz -c / opt / ffmpeg" 04-ln: command: - D / opt / FFMPAG]; MKDIR-P / OPT / FFMPE Minister: "If [[!! -f / usr / bin / ffmpeg]]; Then LN-S / OPT / FMPEG / FMPEG -3.3.1-64 bit -static / FMPEG / USR / Bean / FFMPPG; Fi "05-LN: Command:" If [[!! -f / usr / bin / ffprobe]]; Then LN-S / FTP / FMPEG / FMPEG -3.3.1-64 bits - Static / FProb / USR / Bean / FFFBAB; Fi "06-PECL: Command:" If ['PECL list | GRP idea ']; Then PECL install-FCancal; Fi "
Edit : Commands were changed to establish" more authoritative "static creation associated with the FFMPEG web site. Also, before Gassari Static creation is no longer available.
Comments
Post a Comment