v2.2.1 - Community Builds Thread #66
Replies: 6 comments 4 replies
-
svt-av1-psy v2.2.1
|
Beta Was this translation helpful? Give feedback.
-
There seems to be a problem with the released Windows build,After running for a few seconds, an error occurs. |
Beta Was this translation helpful? Give feedback.
-
svt-av1-psy (MacOS 15 Static) v2.2.1 7077c9f
build arguments used: SHA-512 Checksum:
|
Beta Was this translation helpful? Give feedback.
-
svt-av1-psy (Windows) v2.2.1 7077c9f
SHA-512 Checksum: SHA-256 Checksum: SHA-1 Checksum: MD5 Checksum: |
Beta Was this translation helpful? Give feedback.
-
svt-av1-psy v2.2.1 aarch64 for Termux |
Beta Was this translation helpful? Give feedback.
-
svt-av1-psy v2.2.1 for windows |
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:
AMD (Desktop)
Intel (Desktop)
It is also helpful to know the various options available with C compilers, like what is available when specifying
-march
&-mtune
on x64 CPUs:Known valid x64 arguments for
-march=
:Known valid x64 arguments for
-mtune=
:I'll leave it to you all to look up which options work for your hardware.
-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