handbrake-js | Video encoding / transcoding / converting for node.js | Runtime Evironment library
kandi X-RAY | handbrake-js Summary
kandi X-RAY | handbrake-js Summary
Video encoding / transcoding / converting for node.js
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Run the given options
handbrake-js Key Features
handbrake-js Examples and Code Snippets
Community Discussions
Trending Discussions on handbrake-js
QUESTION
Using the npm install handbrake-js --save
command, I installed handbrake-js as a library, and after some tweaking, handbrake-js started to do the job perfectly. And here's the problem. On the local computer everything works well, videos are decoded, etc. BUT (!) When I upload my application to Heroku, handbrake-js stops working.
HandBrake version: 5.0.2
Operating system and version: macOS 10.15 Catalina
My application uses node js
Error message text:Here is what information Heroku gives when deploy an application on Heroku:
Linux users
- handbrake-cli must be installed separately as the root user.
Ubuntu users can do this using the following commands:
- add-apt-repository --yes ppa: stebbins / handbrake-releases
- apt-get update -qq
- apt-get install -qq handbrake-cli
Here's what happens when you try to decode:
...ANSWER
Answered 2020-Dec-09 at 16:07For handbrake-js
to work correctly, you need to globally install handbrake-cli
on the heroku side. For this you need to use a third-party buildpack such as the heroku-buildpack-apt
.
To add this buildpack to your application you can use the command
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install handbrake-js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page