8000 Releases · pifroggi/vs_temporalfix · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: pifroggi/vs_temporalfix

v1.2.1

14 Jul 22:36
84d9008
Compare
Choose a tag to compare

Changes

  • Version 1.2.0 dropped support for non AVX2 CPUs (roughly pre 2014) by replacing plugins temporalmedian, rgvs, and ctmf with zsmooth. This small update adds back support by making zsmooth a faster optional replacement for temporalmedian, rgvs, and ctmf, but still supporting both. This was suggested by @Selur.

v1.2.0

08 Jul 18:31
43f2de4
Compare
Choose a tag to compare

Changes

  • Fixed an issue that occasionally caused faint dark/bright blobs when denoise=True, due to imprecise motion vectors.
  • About 5%-10% performance improvements by replacing plugins/functions with faster alternatives and exprs.
    This adds new requirements: zsmooth, vszip And removes requirements: temporalmedian, ctmf, rgvs

v1.1.1

07 Mar 21:09
35b56e6
Compare
Choose a tag to compare

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.
0