nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
670 stars 27 forks source link

Add config option for threads #2

Closed nicknsy closed 2 years ago

nicknsy commented 2 years ago

Right now "OldMediaEncoder" uses the same amount of threads for ffmpeg as the real jellyfin media encoder, which is generally 0 -- maximizing the amount of multicore work done. This is fine if the server isn't in active use, but makes it difficult to run a generation task and watch content at the same time on a not-great cpu.