Commit graph

4 commits

Author SHA1 Message Date
Josh Holmer
49b3f31c76
Refactor Chunk to be self-contained after generation (#714)
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.
2023-01-28 02:55:06 +02:00
Josh Holmer
5b450d3937
Migrate to new ffmpeg crate which fixes building against ffmpeg git (#713) 2023-01-23 23:52:26 +00:00
Josh Holmer
fd1b68f92d
Update to clap 4 (#703) 2023-01-13 11:03:09 +00:00
Zen
3a659f3fc9 Av1an 0.4.0 2022-12-19 18:26:16 +02:00
Renamed from av1an-cli/Cargo.toml (Browse further)