05.02.2022, 09:10
"aomenc->Base->Format->Color Space" is greyed out since aomenc is always YUV and only the color sampling matters.
It only offers:
see: "aomenc --help"
"aomenc->Frame->Noise reduction" + "alternate reference reduction frame decision" are only enabled for 2pass bitrate encoding.
(noise reduction requires "alternate reference reduction frame decision" > 0)
Did you actually test that " --passes=2 --pass=1 --end-usage=cq " actually uses noise redcution and "alternate reference reduction frame decision" ?
-> If they do, I can enabled these two.
Since constrained 2pass encoding did not exist when I implemented it and the aoemenc documentation is simply bad.
Don't really care about reddit posts unless they reference to an official documentation.
Cu Selur
It only offers:
--yv12 Input file is YV12
--i420 Input file is I420 (default)
--i422 Input file is I422
--i444 Input file is I444
"aomenc->Frame->Noise reduction" + "alternate reference reduction frame decision" are only enabled for 2pass bitrate encoding.
(noise reduction requires "alternate reference reduction frame decision" > 0)
Did you actually test that " --passes=2 --pass=1 --end-usage=cq " actually uses noise redcution and "alternate reference reduction frame decision" ?
-> If they do, I can enabled these two.

Since constrained 2pass encoding did not exist when I implemented it and the aoemenc documentation is simply bad.
Don't really care about reddit posts unless they reference to an official documentation.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.