TimeLapseDF: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
TimeLapseDF: add some info |
add changelog |
||
| Line 2: | Line 2: | ||
{{Filter3 | {{Filter3 | ||
|1={{Author/Denis Zhitenev}} | |1={{Author/Denis Zhitenev}} | ||
|2=v1.0 | |2=v1.0.3 | ||
|3='''[x86]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> '''[x64]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | |3='''[x86]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> '''[x64]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | ||
|4=Luma Equalization | |4=Luma Equalization | ||
| Line 30: | Line 30: | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
<pre> | |||
Version 1.0.3, 05 Jun 2010 | |||
-------------------------- | |||
* New 'MFR' mode added and now it is a default mode. | |||
* Some delay will take place in 'MFR' mode (two-pass mode) | |||
* File-based tracing improved | |||
Version 1.0.2, 28 May 2010 | |||
-------------------------- | |||
* CDF-based remapping algorithm improved (no more black dots) | |||
* File-based tracing added for CDF-based process | |||
Version 1.0.1, 27 May 2010 | |||
-------------------------- | |||
* Added YV12 input handling | |||
Version 1.0.0, 23 May 2010 | |||
-------------------------- | |||
* Initial version | |||
</pre> | |||
<br> | <br> | ||
== Archived Downloads == | == Archived Downloads == | ||
| Line 40: | Line 65: | ||
!!width="150px"| Mirror | !!width="150px"| Mirror | ||
|- | |- | ||
!v1.0 | !v1.0.3 | ||
|'''[x86]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> '''[x64]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | |'''[x86]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> '''[x64]''': [http://www.zhitenev.com/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | ||
|[https://web.archive.org/web/20170820115626if_/http://zhitenev.com:80/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> [https://web.archive.org/web/20170820115702if_/http://zhitenev.com:80/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | |[https://web.archive.org/web/20170820115626if_/http://zhitenev.com:80/avisynth/TimeLapseDF/TimeLapseDF.dll TimeLapseDF.dll] <br> [https://web.archive.org/web/20170820115702if_/http://zhitenev.com:80/avisynth/TimeLapseDF/x64/TimeLapseDF64.dll TimeLapseDF64.dll] | ||
Latest revision as of 20:20, 7 July 2020
| Abstract | |
|---|---|
| Author | Denis Zhitenev |
| Version | v1.0.3 |
| Download | [x86]: TimeLapseDF.dll [x64]: TimeLapseDF64.dll |
| Category | Luma Equalization |
| License | Closed source |
| Discussion | forum.timescapes.org |
Description
TimeLapseDF is designed to remove luminosity flicker in time lapse photography. Unlike most other flicker removal filters, utilizes cumulative distribution function in addition to average frame luminosity.
Official homepage: http://www.zhitenev.com/avisynth/TimeLapseDF/
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- [x64]: AviSynth+
- Supported color formats: YUY2, YV12
See documentation here: http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.html
Examples
TimeLapseDF with default settings:
AviSource("blah.avi") TimeLapseDF()
Changelog
Version 1.0.3, 05 Jun 2010 -------------------------- * New 'MFR' mode added and now it is a default mode. * Some delay will take place in 'MFR' mode (two-pass mode) * File-based tracing improved Version 1.0.2, 28 May 2010 -------------------------- * CDF-based remapping algorithm improved (no more black dots) * File-based tracing added for CDF-based process Version 1.0.1, 27 May 2010 -------------------------- * Added YV12 input handling Version 1.0.0, 23 May 2010 -------------------------- * Initial version
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| v1.0.3 | [x86]: TimeLapseDF.dll [x64]: TimeLapseDF64.dll |
TimeLapseDF.dll TimeLapseDF64.dll |
External Links
Back to External Filters ←