ffmpeg+lame,yasm heroku buildpack.
Find a file
2017-03-19 19:58:52 +05:30
bin Enable build artifact caching. 2017-03-19 19:58:52 +05:30
LICENSE Initial commit 2015-10-17 05:47:59 +05:30
README.md Add README.md 2015-11-04 20:04:28 +05:30

ffmpeg-lame-yasm

This buildpack lets you use ffmpeg compiled with lame on your Heroku app—mp3 encoding party! 🎉

Make sure youre using the multi-buildpack. Instructions for that here. Then in your project root:

echo "https://github.com/xrisk/ffmpeg-lame-yasm" >> .buildpacks

Voila, youre done. You now have a ffmpeg binary in /app/vendor. Make sure to add that to your path when running your app.