v2.3.0-B – Community Builds Thread #128
Replies: 3 comments
-
All the problems listed here #118 (comment) have been addressed and should now be patched I have briefly tested the builds and everything seems to be working fine with the builds; all my observations so far:
The builds below are all from the v2.3.0-B pre-release (https://github.com/psy-ex/svt-av1-psy/releases/tag/v2.3.0-B), which is
The zips are a Matryoshka cause github doesnt support 7z Look at the main thread up here to know what -march u should pick (ex: AMD 7000s are znver4) More infos about the builds are at #69 (comment) and #88 (comment) for now. |
Beta Was this translation helpful? Give feedback.
-
svt-av1-psy.2.3.0-B.dovi.hdr10plus.av1an-pgo.znver2.clang19.1.6.zip |
Beta Was this translation helpful? Give feedback.
-
https://github.com/Andarwinux/mpv-winbuild/releases/tag/2025-02-03-38ad1ed
x86-64-v3: |
Beta Was this translation helpful? Give feedback.
-
Community Builds Thread
This is a place for the community to share unofficial tools not affiliated with the project — mainly consisting of binaries compiled by community members.
Trust
Architecture
When downloading pre-compiled binaries, you might see AVX, AVX2, AVX-512, x86-64-v3, etc. If you don't know exactly what ISA extensions your CPU supports, here is a chart to help you quickly understand your hardware's support:
Not Vendor-Specific
ISA extensions like AVX, AVX2, & AVX512 are for vector processing which SVT-AV1-PSY relies heavily on for its fast multithreaded performance. Below are some helpful charts to help you narrow down the best options if you have popular x64 hardware:
AMD
Intel (Desktop)
Included below is even more information about what is available when specifying
-march
&-mtune
on x64 CPUs:Known valid x64 arguments for
-march=
:Known valid x64 arguments for
-mtune=
:-march=foo
implies-mtune=foo
unless you also specify a different-mtune
. This is one reason why using-march
is better than just enabling options like-mavx
without doing anything about tuning.Antivirus
🛑 Be wary of antivirus software on Windows detecting EXEs distributed here as malicious software. While they may not always legitimately be malicious, it is important to maintain a healthy level of skepticism when running code that someone else has compiled.
Beta Was this translation helpful? Give feedback.
All reactions