Selur's Little Message Board
[BUG] SVT-AV1 Loop filtering - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [BUG] SVT-AV1 Loop filtering (/thread-3853.html)



SVT-AV1 Loop filtering - kht - 04.09.2024

Hi, Selur.

I am using latest experimental build (Hybrid_dev_2024.09.03-201345.exe) and Windows 11 23H2 (22631.4112). The following bug I have discover is when trying to tick and untuck the 'Loop Filtering' box under 'Advanced' section of the SVT-AV1 encoder. It will showing an message box indicate:

Quote:SvtAv1Model doSet->found no field: 'enableResotration'

which I believe is a spelling error as I found in the command line tool of the encoder.

Quote:--enable-restoration        Enable loop restoration filter, default is 1 [0-1]
--enable-cdef is no issue though..

I found this problem is no such a big deal for me, as the option is enabled anyway, but for those who want to disable it are unable to do so.


RE: SVT-AV1 Loop filtering - Selur - 04.09.2024

'enableResotration' <- okay that is a typo will fix this eventing after work


RE: SVT-AV1 Loop filtering - Selur - 04.09.2024

Uploaded a new dev version which should fix this.
(dev versions are in the 'experimental'-folder of my GoogleDrive linked on the download page)

Cu Selur


RE: SVT-AV1 Loop filtering - kht - 05.09.2024

Hi Selur.

I have installed the latest version of the app but it seems that ticking and unticking the checkbox doesn't do anything to the command line in Hybrid.

The checkbox should work as ticking is --enable-restoration 1 (default) and unticking is --enable-restoration 0 right?


RE: SVT-AV1 Loop filtering - Selur - 05.09.2024

LOL, I accidentally disabled the connection to the checkbox and the underlying logic.
Will fix after work.

Cu Selur


RE: SVT-AV1 Loop filtering - Selur - 05.09.2024

Uploaded a new dev version.

Cu Selur


RE: SVT-AV1 Loop filtering - kht - 05.09.2024

Hi, Selur

I installed the latest version and the issue is gone, but is that the console pop up that showing debug information is intended?


RE: SVT-AV1 Loop filtering - Selur - 05.09.2024

Ahhh,... forgot to remove that will upload a new dev after work. Smile

Cu Selur


RE: SVT-AV1 Loop filtering - Selur - 05.09.2024

managed to upload a new dev


RE: SVT-AV1 Loop filtering - kht - 05.09.2024

Thank you!