The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
[HELP] AV1 - how to enable mulithread encoding? - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: [HELP] AV1 - how to enable mulithread encoding? (/thread-1399.html)



AV1 - how to enable mulithread encoding? - Doink - 02.06.2020

Hello

I'm trying to play around with the AV1 encoder but it always uses only one CPU core. This makes encoding process very slow.
I've changed BASE -> MISC -> THREADS but it has no effect. What's needs to be change to enable multithread encoding?


RE: AV1 - how to enable mulithread encoding? - Selur - 02.06.2020

Encoder related threading options are always inside the encoder tab.
For av1 there are three encoders in Hybrid, each with their own settings:
  • aomenc ('aomenc->Base->Miscelleaneous->Threads' + number of tiles and resolution also influences threading)
  • rav1e (rav1e->Base->Threads)
  • SVT-AV1 (all under 'SVT-AV1->Misc->Threading&Co')

Cu Selur

Ps.: iirc all three encoders are not that tuned for multithreading in their current development state.