Search found 4 matches

by Mitch074
Tue Apr 24, 2018 8:29 pm
Forum: General Questions
Topic: Parallel filtering of multiple frames
Replies: 4
Views: 2343

Re: Parallel filtering of multiple frames

Ok, so I tried using NLMeans instead of deblock, and using decomb. And now I remember why I prefer using deblock: on sources that are only slightly noisy (like animation from a DVD), even single-threaded decomb is MUCH faster than NLMean on 4 cores. I'll take for example my latest DVD backup (x264, ...
by Mitch074
Tue Apr 24, 2018 7:56 pm
Forum: General Questions
Topic: Parallel filtering of multiple frames
Replies: 4
Views: 2343

Re: Parallel filtering of multiple frames

Thanks for the details - I'll change the filters I use to the multithreaded ones.
by Mitch074
Fri Apr 13, 2018 10:24 pm
Forum: General Questions
Topic: HandBrake 1.1.0 Discussion Thread
Replies: 22
Views: 34908

Re: HandBrake 1.1.0 Discussion Thread

One thing that has annoyed me for a long time: some filters (deblocking and denoising, especially) will tax a core 100%, leaving all other cores waiting - I have a 4.2 GHz Core i5 4670K. The way I see it, filtering a single frame will take more time than the 3 other cores take to compress it. Up unt...
by Mitch074
Sat Jan 06, 2018 1:17 am
Forum: General Questions
Topic: Parallel filtering of multiple frames
Replies: 4
Views: 2343

Parallel filtering of multiple frames

Hello, I've noticed, when using filters like deblock and/or the denoiser, that one core is pegged at 100% use while the 3 other cores have a 50-80% use. Until now, what I've done to mitigate this sub-par CPU use it to launch a couple encodes in parallel. I guess most (if not all) image filters are s...