noest 0.1.1

Tool to estimate noise in a video and output the results, optionally as ISO for use with photon noise in AV1 encoding.
[dependencies.av-metrics-decoders]
features = ["vapoursynth"]
version = "0.3.1"

[dependencies.clap]
features = ["derive"]
version = "4.3.5"

[dependencies.indicatif]
version = "0.17.5"

[dependencies.libm]
version = "0.2.7"

[package]
authors = ["Janek S. <development@superyu.xyz>"]
description = "Tool to estimate noise in a video and output the results, optionally as ISO for use with photon noise in AV1 encoding."
edition = "2021"
homepage = "https://github.com/superyu1337/noest/"
license-file = "LICENSE.txt"
name = "noest"
repository = "https://github.com/superyu1337/noest/"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
[target."cfg(not(target_env = \"msvc\"))".dependencies.tikv-jemallocator]
version = "0.5"