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
Myself and at least one other person have been unable to get the AV1 benchmark running on Apple silicon, despite it being marked as compatible. This probably explains why there are no Apple silicon benchmarks showing up in those test results.
I was able to get it installed/built okay, but running the test triggers some sort of parse error. This error I get when trying to run it via phoronix-test-suite debug-benchmark aom-av1:
sed: 1: "s/[^[:print:] ]/
/g": unescaped newline inside substitute pattern
Result Key: #_RESULT_#
No Log File Found To Parse
The test run did not produce a result.
And when I try running the same command through the CLI.
./aom-av1: line 3: [: : integer expression expected
./aom-av1: line 8: $LOG_FILE: ambiguous redirect
But it works fine when running it via the homebrew install of aomenc:
I am able to record a 4K OBS session to AV1 @ 30FPS with only ~45% of the CPU budget. I'm digging into OBS's presets now to figure out the discrepancy and possibly recommend a better test config.
Myself and at least one other person have been unable to get the AV1 benchmark running on Apple silicon, despite it being marked as compatible. This probably explains why there are no Apple silicon benchmarks showing up in those test results.
I was able to get it installed/built okay, but running the test triggers some sort of parse error. This error I get when trying to run it via
phoronix-test-suite debug-benchmark aom-av1
:And when I try running the same command through the CLI.
But it works fine when running it via the homebrew install of
aomenc
:Full output here. Let me know if y'all want a logfile or something. :D
The text was updated successfully, but these errors were encountered: