You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the great buildpack repo!
Heroku kills the ffmpeg process for some larger files and I'm not sure what the issue is.
~5mb .mp4s work well but 60mb .mov files are giving me errors.
We use 2GB ram on Heroku. A local ffmpeg process on my machine for the larger file goes up to ~900MB ram and runs successfully, so that should not be an issue.
I've reached out to Heroku support, but since it's not an official buildpack, they redirected me to ask in the buildpack repo directly.
Full error stack trace:
Error: ffmpeg was killed with signal SIGSEGV
at ChildProcess.<anonymous> (/app/node_modules/fluent-ffmpeg/lib/processor.js:180:22)
at ChildProcess.emit (node:events:369:20)
at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12)
First of all, thank you for the great buildpack repo!
Heroku kills the ffmpeg process for some larger files and I'm not sure what the issue is.
~5mb .mp4s work well but 60mb .mov files are giving me errors.
We use 2GB ram on Heroku. A local ffmpeg process on my machine for the larger file goes up to ~900MB ram and runs successfully, so that should not be an issue.
I've reached out to Heroku support, but since it's not an official buildpack, they redirected me to ask in the buildpack repo directly.
Full error stack trace:
The ffmpeg command I'm running:
The text was updated successfully, but these errors were encountered: