Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
A Heroku buildpack for ffmpeg that always downloads the latest static build
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
Last synced: 13 days ago
JSON representation
A Heroku buildpack for ffmpeg that always downloads the latest static build
- Host: GitHub
- URL: https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest
- Owner: jonathanong
- License: mit
- Created: 2015-04-15T00:15:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T07:10:23.000Z (about 1 year ago)
- Last Synced: 2024-10-17T09:43:44.434Z (26 days ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 360
- Watchers: 17
- Forks: 721
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heroku-buildpack-ffmpeg-latest
Push: [![Test](https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest/workflows/Test/badge.svg?branch=master&event=push)](https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster)
Scheduled: [![Test](https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest/workflows/Test/badge.svg?branch=master&event=schedule)](https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest/actions?query=workflow%3ATest+event%3Aschedule+branch%3Amaster)> If you'd like to maintain this repository, let me know!
A Heroku buildpack for ffmpeg that always downloads the latest [static build](http://johnvansickle.com/ffmpeg/).
Unlike other build packs, I never compile anything.## Usage
Run the following from the heroku command line:
```
heroku buildpacks:add --index 1 https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
```You can set a custom download URL by setting the variable `FFMPEG_DOWNLOAD_URL`.
Note: This buildpack should be added before the main language buildpack (by using `--index 1`),
since the application process types are calculated from the last buildpack in the list if no
`Procfile` is specified.