gianni-rosato / svt-av1-psy

The Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder) with perceptual enhancements for psychovisually optimal AV1 encoding
https://svt-av1-psy.com
BSD 3-Clause Clear License
261 stars 20 forks source link

[BUG] Fast Decode 2 error #91

Closed NZDivinity closed 3 weeks ago

NZDivinity commented 3 weeks ago

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. image image

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.

baysonfox commented 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

gianni-rosato commented 3 weeks ago

Hi all,

Thanks for the issue report. Would you be able to attempt to reproduce this in mainline SVT-AV1?

Uranite commented 3 weeks ago

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

NZDivinity commented 3 weeks ago

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

BlueSwordM commented 3 weeks ago

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

gianni-rosato commented 3 weeks ago

916cabd50bbaba3728def160f0b8aa9cb418aa5c