This should eventually make it’s way into jellyfin. Eager to see the performance improvements.

  • @vynlwombat
    link
    English
    21 year ago

    I recently tried figuring out how to build ffmpeg with Nvidia codecs. I’m very new to ffmpeg and codec terminology. How is multithreading for the CLI different than the codecs?

    • @[email protected]
      link
      fedilink
      English
      71 year ago

      My understanding is some parts have to be done sequentially even though the parts themselves are multithreaded, now the different parts can all be done in parallel.

    • @[email protected]
      link
      fedilink
      English
      1
      edit-2
      1 year ago

      Change the main loop and every component (demuxers, decoders, filters, encoders, muxers) to use the previously added transcode scheduler.

      The components are what they have parallelised.