Skip to content

Add ffmpeg support #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

emschorsch
Copy link

I'm having a lot of trouble making my own docker container and pushing it to heroku. I believe the main packages needed for ffmpeg are just libavcodec-dev libavformat-dev libwscale-dev (and adding the multiverse access) that I included above and once those are installed opencv will automatically install with ffmpeg support enabled.

I will continue to try and get this working on my machine but looking around pretty exhaustively I don't see any other buildpacks out there that have opencv built with ffmpeg. Since ffmpeg is needed for video processing it would be incredibly helpful if you could try and include it in your buildpack when you get a chance.

I'm having a lot of trouble making my own docker container and pushing it to heroku. I believe the main packages needed for ffmpeg are just libavcodec-dev libavformat-dev libwscale-dev (and adding the multiverse access) that I included above and once those are installed opencv will automatically install with ffmpeg support enabled. 

I will continue to try and get this working on my machine but looking around pretty exhaustively I don't see any other buildpacks out there that have opencv built with ffmpeg. Since ffmpeg is needed for video processing it would be incredibly helpful if you could try and include it in your buildpack when you get a chance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant