75lb / handbrake-js

Video encoding / transcoding / converting for node.js
Other
568 stars 69 forks source link

Install on AWS Beanstalk #53

Closed FlawaCLV closed 4 years ago

FlawaCLV commented 4 years ago

I can't manage to make it work on AWS Elastic Beanstalk configured: Node.js running on 64bit Amazon Linux/4.13.1.

On the instance we only have access to yum and not apt. So this is not possible:

sudo add-apt-repository --yes ppa:stebbins/handbrake-releases
sudo apt-get update -qq
sudo apt-get install -qq handbrake-cli

Any idea on how to install the CLI on such an instance ?

75lb commented 4 years ago

There's a Flatpak distribution on the downloads page, you could try that.. More install docs here.

75lb commented 4 years ago

closing, since it's not an issue with this library..