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
Is it possible to queue the transcoding of video's? If we currently upload more than 1 video the ffmpeg process gets killed because the server runs out of memory.
The text was updated successfully, but these errors were encountered:
mmmmmmm. So it shouldn't actually do the transcoding until the video is referenced. I think potentially it could check to see if an ffmpeg process is already running, and if so, don't try to start a new transcoder.
That means you'll be waiting as they are done in sequence, tho
I need certain video sizes to be available before they're referenced, and even then, multiple video's will be referenced at the same time from a single page.
In a module I'm generating the necessary video's when a video is uploaded or saved, this causes multiple ffmpeg processes to be started but the server is killing off some because it uses too much memory at the same time.
khalwat
changed the title
[FR} Queue transcoding
[FR] Queue transcoding
Mar 20, 2019
Is it possible to queue the transcoding of video's? If we currently upload more than 1 video the
ffmpeg
process gets killed because the server runs out of memory.The text was updated successfully, but these errors were encountered: