v1.1.1
I thought I'll try releases to have a place for posting changelogs.
Since this is my first release, I'll list all changes from the initial 1.0.0 version.
1.1.1 Changes
- Fixed a mistake which prevented 1.1.0 from working.
1.1.0 Changes
- Add new
denoise
parameter.
Removes grain and low frequency noise/flicker left over by the main processing step. Only enable if these issues actually exist! It risks to remove some details like every denoiser, but is useful if you're planning to denoise anyway and has the benefit of almost no performance impact compared to using an additional denoising filter. - Small moving particles, dots, stars should now be less likely to get removed.
- Input clip can now be any format and does no longer require YUV or GRAY.
- Input clip is now automatically converted to full range and back if needed and does no longer require this to be done beforehand.
- General performance improvements. About 10% improvement in 1080p and 20% in 4K.
- Additional performance improvements and reduced RAM requirements when
tr
is lower than 6. - Made sure
tr
can not be lower than 1.
1.0.0
- Initial version.