https://github.com/interconnectit/heroku-buildpack-ffmpeg
Buildpack for FFMpeg
https://github.com/interconnectit/heroku-buildpack-ffmpeg
Last synced: about 1 month ago
JSON representation
Buildpack for FFMpeg
- Host: GitHub
- URL: https://github.com/interconnectit/heroku-buildpack-ffmpeg
- Owner: interconnectit
- Created: 2020-05-27T15:41:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T12:11:00.000Z (about 6 years ago)
- Last Synced: 2025-03-03T20:22:33.209Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku Buildpack for FFmpeg
Automatic FFmpeg deploy to your dyno
## Usage
Add the following to your `.buildpacks`:
```
https://github.com/interconnectit/heroku-buildpack-ffmpeg.git
```
or run the command
```
heroku buildpacks:add https://github.com/interconnectit/heroku-buildpack-ffmpeg.git
```