v2.2.0 #64
Replies: 2 comments 3 replies
-
Are these (esp. the Windows binary) build with PGO - or did you try benchmarking Visual Studio (w/o PGO, if it doesn't work for VS) vs MSYS-based (w/ PGO)? The log for the respective commit theorizes that gcc is faster than clang, but this probably is very dependent on the system. https://gitlab.com/AOMediaCodec/SVT-AV1/-/merge_requests/2254 Btw, I've managed to understand how to compile SVT-AV1 with Visual Studio and CLANG, but didn't benchmark it yet (latest CLANG 19 can be added manually, VS standard is 17). |
Beta Was this translation helpful? Give feedback.
-
Is it expected for SVT-AV1-PSY to be slower than "vanilla" SVT-AV1 with the same settings? I've seen a slowdown of just over 1 fps on my 5950X dropping encoding speed to 2 fps from just over 3 fps; that's with preset 4 and RF 20-24, 1x1 tiling on a 4K 10 bit in-/output. |
Beta Was this translation helpful? Give feedback.
-
Long time no see! We're back with another exciting release: SVT-AV1-PSY v2.2.0! 🎉
PSY Updates
Features
--tf-strength
parameter for manually adjusting temporal filtering strength. By default, reduces temporal filtering strength by 4x--chroma-qm-min
&--chroma-qm-max
parameters for adjusting quantization matrix flatness for chroma planes--tune 4
- A new Tune called Still Picture has been introduced for AVIF encoding, with promising gains observed over aomenc, aomenc 4:4:4, and mainline SVT-AV1Quality & Performance
--scm 2
is set. Currently only enabled in Tune 4Documentation
--help
menu correctly prints maximum CRF value (70)Bug Fixes
--sharpness 1
, as was the original intentionMainline Updates
API updates
Encoder
c_only
equivalent yielding an average speedup of ~13% for 4k 10-bitCleanup Build & bug fixes & documentation
Support Us
As SVT-AV1-PSY's codebase has become more complex and the encoder's capabilities have increased dramatically, our efforts have scaled in kind. We have poured hours into coding, testing, distributing, and supporting this piece of open-source software entirely for free, and our work isn't stopping any time soon.
If you appreciate the work that we do and you'd like to support us, we are always excited to see code contributions from outside of the core development team. Otherwise, you can support us monetarily via the links below.
Gianni Rosato: Donate
Julio Barba: Coming Soon
BlueSwordM: Coming Soon
Clybius: Coming Soon
Any support you can offer goes a long way, and we sincerely appreciate it.♥️
Binaries
Linux builds: (MD5:
Coming Soon
)macOS builds: (MD5:
Coming Soon
)Windows builds: (MD5:
Coming Soon
)Thanks for using SVT-AV1-PSY! <3
Full Changelog: https://github.com/gianni-rosato/svt-av1-psy/commits/v2.2.0
This discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions