You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On system with more than 256 cpus, both aom and vpx encoder will fail with
aom
Failed to initialize encoder: Invalid parameter
g_threads out of range [..MAX_NUM_THREADS]
vpx
Failed to initialize encoder: Invalid parameter
g_threads out of range [..64]
btw, -v '--threads=32' doesn't seem to work.
The text was updated successfully, but these errors were encountered:
On system with more than 256 cpus, both aom and vpx encoder will fail with
btw,
-v '--threads=32'
doesn't seem to work.The text was updated successfully, but these errors were encountered: