Number of processor cores confusion

Ralf Mardorf kde.lists at yahoo.com
Tue Nov 10 15:48:03 UTC 2020


too long, didn't read

On Tue, 10 Nov 2020 15:58:06 +0100, Liam Proven wrote:
>Encoding audio & video data works well. Different cores can work  on
>different chunks of sound or video, because the results of each block
>do not affect the other blocks. You could divide a movie into quarters
>and encode #3 then #2 then #4 then #1 and the end result is identical.

You even can assign a core to a task, however, multi-threading is known
to cause issues for real-time audio. You still can disable
multi-threading and assign cores to tasks. To me it's just hearsay, my
CPU is just an aged dual-core, without multi-threading, but I tested
the following.

Regarding video codecs an approach is to enable video acceleration
instead of using software decoding. It's more or less unsupported (no
Linux browser does provide it, even not when using special add-ons),
but the few times it is supported (at least one media player does), it
makes a very big difference regarding usage of resources.




More information about the ubuntu-users mailing list