heroku-buildpack-ffmpeg-latest icon indicating copy to clipboard operation
heroku-buildpack-ffmpeg-latest copied to clipboard

A Heroku buildpack for ffmpeg that always downloads the latest static build

Results 19 heroku-buildpack-ffmpeg-latest issues
Sort by recently updated
recently updated
newest added

The documentation mentions that we can set a custom download URL by setting the variable FFMPEG_DOWNLOAD_URL. However, the config variable is being ignored, because the application config vars are [passed...

After heroku stack-22 update, bot stopped playing music, it's just silent, no output and no errors On my pc it plays music fine

Hello @jonathanong, thanks a lot for this repo, it worked perfectly until this morning. Now, in Heroku CI, we have a random failure. Do you have any idea how to...

Still ffmpeg was not found.

example: https://github.com/HasibulKabir/heroku-buildpack-ffmpeg-ffprobe/blob/master/bin/compile#L16 I never used the binary but we might as well add it. or add the folder to the path so we get all the binaries included.

help wanted

I receive this error message ``` ffmpeg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by ffmpeg) ffmpeg: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.27' not found (required by ffmpeg) ffmpeg: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.27' not found...

question