- Refactored
DynamicTonemap
to properly do dynamic tone mapping withvs-placebo
, as well as unifying how the brightness is measured.show
andpredetermined_targets
were removed.
To show the brightness, useadd_hdr_measurement_props
andtext.FrameProps
on another clip prior to tone mapping.
- Migrated build system to
pyproject.toml
. Should be backwards compatible to previoussetuptools
setup.py
.