Search found 7 matches
- Sun Oct 23, 2022 11:39 am
- Forum: Bug reporting
- Topic: ffmpeg.exe is set to High base priority
- Replies: 15
- Views: 12078
Re: ffmpeg.exe is set to High base priority
I did find the override setting in the json but other projects got in the way of doing the rest of the encodes. But I have no reason to believe it would not work. As long as I can bend it to my will then I will be fine =) For switching priority I would say jumping between below normal and low would ...
- Sat Oct 08, 2022 9:36 pm
- Forum: Bug reporting
- Topic: ffmpeg.exe is set to High base priority
- Replies: 15
- Views: 12078
Re: ffmpeg.exe is set to High base priority
if you have like a priority 4 job that needs to be run and you have a priority 0 job that is already going, the exe_manager will PAUSE the priority 0 job, make the highest priority 4 job go through and finish and then UNPAUSE the priority 0 job which will slowly but surely reach the end. Then that ...
- Sat Oct 08, 2022 10:14 am
- Forum: Bug reporting
- Topic: ffmpeg.exe is set to High base priority
- Replies: 15
- Views: 12078
Re: ffmpeg.exe is set to High base priority
@emcodem You are correct, I was manually submitting the files, which would explain the high priority then. Which is bad in this case. I suppose that if you never use anything above normal in regular use then it's fine, use caution with higher. But then manually submitted jobs has to follow the same ...
- Fri Oct 07, 2022 9:32 pm
- Forum: Bug reporting
- Topic: ffmpeg.exe is set to High base priority
- Replies: 15
- Views: 12078
Re: ffmpeg.exe is set to High base priority
Having process priority follow workflow priority above normal makes less sense for the reason I mentioned. It should just be queue priority above normal (imo). With maybe going between normal, below normal and low just to have the system be more stable and select how low you want go. Having high bas...
- Fri Oct 07, 2022 4:15 pm
- Forum: Usage, tips and tricks
- Topic: GPU USAGE
- Replies: 9
- Views: 4157
Re: GPU USAGE
The usecase I would be interested in is upscale that uses GPU. But yea I have no good answer how it could or should be done. Esp as resources could be used up by other processes like manual rendering in other apps. Also with ARC GPU and AV1 for example I would expect that to have a roof as well. Jus...
- Fri Oct 07, 2022 2:32 pm
- Forum: Usage, tips and tricks
- Topic: GPU USAGE
- Replies: 9
- Views: 4157
Re: GPU USAGE
Lest say you are calling any GAN or similar upscaling you want to wait until GPU resources isn't at 100% to submit another job. So it makes sense to implement such a thing since ppl are going to want a better way to upscale or process large amount of machine learning based things involving video. Es...
- Fri Oct 07, 2022 2:24 pm
- Forum: Bug reporting
- Topic: ffmpeg.exe is set to High base priority
- Replies: 15
- Views: 12078
ffmpeg.exe is set to High base priority
When converting to ProRes (have not ran anything else to test) ffmpeg.exe is set to high base priority instead of normal or preferably low. This breaks anything else running on the machine including windows as it's being starved of any resource making navigating even task manager to set correct base...