madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

Increasing max buffer for ffmpeg processes to 8192 #60

Closed bartzon closed 8 years ago

bartzon commented 8 years ago

Apparently 4096 is not enough for some HLS segmenting variants. I've explicitly left the thumb_process to 4096, this should still be more than enough. As discussed in #59.

NB: I've left changelog and version alone. Not sure whether this commit would suffice for a version bump. Thoughts?