Video transcoding in parallel

I noticed that video transcoding is performed in linear batch but not in parallel, though ffmpeg on my 24 core server is multi-threading across all the cores. Planning to offload vide transcoding to another separate server with 24 cores because as soon as the CPU is busy, the site is slowed down tragically.

Anyways, is there any way to set up UNA to transcode lets say 3-5 video files in parallel? Otherwise if a lot of videos are uploaded simultaneously, it will take eternity for the conversions to complete.

  • 520
  • More
Replies (6)
    Login or Join to comment.