View Single Post
Old 11th October 2018, 15:38   #1120  |  Link
marcomsousa
Registered User
 
Join Date: Jul 2018
Posts: 80
Quote:
Originally Posted by Clare View Post
Does aomenc support multithread yet? I have tile-columns=4 and row-mt=1 but it still only using 1 core.
you forget --threads=8?

Code:
aomenc -v -w 1920 -h 1080 --cpu-used=0 --target-bitrate=1500 --threads=8 --profile=0 --aq-mode=0 --lag-in-frames=25 --auto-alt-ref=1 --tile-columns=4 --row-mt=1 -o test15.webm test1.y4m
This use all CPU.

Tune to you logical cores.
__________________
AV1 win64 VS2019 builds
Last build here
marcomsousa is offline   Reply With Quote