Giter VIP home page Giter VIP logo

Comments (1)

f4z4on avatar f4z4on commented on August 29, 2024

Please read the [README.md] and understand whatever code you’re using – not just in case of this project but anytime. Heroku Buildpacks can especially do almost anything with your data (and code) and you put enormous trust in them…

If you want to use FFmpeg version which Kontent Core guys didn’t compile and don’t host, you have to do that yourself. This is not a bug and it’s described in README. And it’s simple do it yourself anyway. Clone the repo locally and do something like this:

docker build -t heroku-buildpack-ffmpeg .
docker run \
  -e "AWS_ACCESS_KEY_ID=$(aws configure get aws_access_key_id)"
  -e "AWS_SECRET_ACCESS_KEY=$(aws configure get aws_secret_access_key)" \
  -e "FFMPEG_S3_BUCKET=your-ffmpeg-binaries-s3-bucket"
  -e "FFMPEG_VERSION=4.1.3"
  heroku-buildpack-ffmpeg

You have to set FFMPEG_S3_BUCKET and FFMPEG_VERSION as config vars in your Heroku app so that this buildpack doesn’t expect defaults which suit Kontent Core but probably not you.

from heroku-buildpack-ffmpeg.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.