Make ffmpeg executable path configurable #88
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It seems like this package is abandoned but it still works better for me than the alternative for the project I'm currently working on. One thing I needed to be able to do is change the ffmpeg executable path so that it can work with ffmpeg-static, it seems like some effort was made to make this configurable (c099e37) however it was still hard-coded for the video object. So I went a different route.
The
bin
is now a setting that can be configured like this:I cut my branch from the 46e8bb5 commit as that is the latest version that is published to NPM (I also couldn't get what's currently on the repo to work).
Even though this package is abandoned I figured I'd still put up the PR just in case anyone else runs into this issue.
You can use my version of this package which is the current version on NPM with the added configurable bin by placing this under the dependencies in your package.json file: