Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 540 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 540 Bytes

ffmpeg-lame-yasm

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

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

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

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