xrisk / ffmpeg-lame-yasm

ffmpeg+lame,yasm heroku buildpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ffmpeg+lame,yasm heroku buildpack.

License:MIT License


Languages

Language:Shell 100.0%