master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.4k stars 147 forks source link

Refactor Chunk to be self-contained after generation #714

Closed shssoichiro closed 1 year ago

shssoichiro commented 1 year ago

Previously values such as photon noise, end frame, video params, and encoder would be stored outside the chunk, and the broker would need to reference additional values such as zone overrides during encoding itself. With this change, each Chunk has all of its final values stored within itself, and will not need to be modified after it is generated.

master-of-zen commented 1 year ago

@shssoichiro Thank you a lot) that will make things easier

shssoichiro commented 1 year ago

I don't know what's going on with the SonarCloud thing

master-of-zen commented 1 year ago

It doesn't like docker file, for whatever reason