Closed NZDivinity closed 3 weeks ago
I'm able to reproduce this using self-built SVT-AV1-PSY, using testing
branch.
OS: macOS Sequoia 15.2
Clang Version: Homebrew Clang 19.1.2
Build command for me, FYI: ./build.sh --enable-lto --enable-pgo --native --static --shared --release
Hi all,
Thanks for the issue report. Would you be able to attempt to reproduce this in mainline SVT-AV1?
Hi all,
Thanks for the issue report. Would you be able to attempt to reproduce this in mainline SVT-AV1?
Hi, I can't reproduce on mainline, I tried SVT-AV1 v2.3.0 and svt-av1-psy v2.3.0
.\build.bat release static
Hi, I can't reproduce on mainline, I tried SVT-AV1 v2.3.0 and svt-av1-psy v2.3.0
Same result here. --fast-decode 2 does not crash on mainline SVT-AV1 v2.3.0. Both built with
.\build.bat release static
The issue has been fixed on both the master and testing branches.
Master: https://github.com/gianni-rosato/svt-av1-psy/commit/916cabd50bbaba3728def160f0b8aa9cb418aa5c Testing: https://github.com/gianni-rosato/svt-av1-psy/commit/53dea794aa0e4b585952512f26ac4738fbba2fa4
916cabd50bbaba3728def160f0b8aa9cb418aa5c
Branch In which branch does the issue appear to be occurring? Master (SVT-AV1-PSY Encoder Lib v2.3.0)
Reproduction Steps to reproduce the behavior: Using --fast-decode 2 results in an error, showing that 2 is not an accepted input for this parameter, however is shown in the options under --help.
Platform (please complete the following information):
Hopefully I'm just having a moment and just missing something (like another dependent parameter to use 2).. but posting just in case.