bentasker / HLS-Stream-Creator

Simple Bash Script to take a media file, segment it and create an M3U8 playlist for serving using HLS
BSD 3-Clause "New" or "Revised" License
273 stars 101 forks source link

Error: FFMPEG process for bitrate exited bitrate with status code 141 #36

Open kangdulba opened 4 years ago

kangdulba commented 4 years ago

beforehand thanks this is a really great tool, however in some files I experience errors

Error: FFMPEG process for bitrate exited bitrate with status code 141 that why? and how to overcome it, thank you

bentasker commented 4 years ago

Sounds like ffmpeg is encountering some kind of issue, unfortunately return codes can be a bit of a minefield with ffmpeg.

If you run the job passing HLS Stream Creator -f (so that it doesn't fork), do you get any output indicating the issue (or does it just work that way)?