Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AOM-AV1 Benchmarks Broken on Apple #40

Open
indolering opened this issue Jan 28, 2023 · 1 comment
Open

AOM-AV1 Benchmarks Broken on Apple #40

indolering opened this issue Jan 28, 2023 · 1 comment

Comments

@indolering
Copy link

indolering commented Jan 28, 2023

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:

anon@anon $ aom-av1-3.5.0 % aomenc --tile-columns=4 --tile-rows=2 --row-mt=1 --fp-mt=1 --cpu-used=10 --rt Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m -o test   
Pass 1/1 frame  600/600   627039B    8360b/f  250800b/s 8009476 us (74.91 fps)
anon@anon $ aom-av1-3.5.0 % aomenc --tile-columns=4 --tile-rows=2 --row-mt=1 --fp-mt=1 --cpu-used=10 --rt Bosphorus_3840x2160.y4m -o test                    
Pass 1/1 frame  600/600  1485729B   19809b/f  594270b/s   29314 ms (20.47 fps)

Full output here. Let me know if y'all want a logfile or something. :D

@indolering indolering changed the title AV1 Benchmarks Broken on Apple AOM-AV1 Benchmarks Broken on Apple Jan 28, 2023
@indolering
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant