Replies: 1 comment
-
On my computer, running in CUDA mode results in ~17% CPU load, whereas CPU mode tries to use as much CPU as possible to process as quick as it can. However I cannot say for certain what the results will be if you use a GPU, as the program is not very optimized right now. If processing time is less of a concern, you can limit the CPU usage of the DVR-Scan process to avoid excess CPU load, or set it's priority/nicencess lower so it does not interrupt other tasks. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a new user. My setup is as follows.
The PC machine is AMD without any external GPU right now. I have been monitoring the CPU load. It hits the roof top most of the time. My observation is that the ffmpeg stream copy requires only a few percentage of CPU load. I wonder if getting a GPU would help in my case.
Beta Was this translation helpful? Give feedback.
All reactions