TimeLapseDF
From Avisynth wiki
(Difference between revisions)
Raffriff42 (Talk | contribs) (redirect for convenient searching) |
(TimeLapseDF: add some info) |
||
Line 1: | Line 1: | ||
− | + | {{FilterCat5|External_filters|Plugins|Plugins_x64|Restoration_filters|Luma_Equalization}} | |
− | {{ | + | {{Filter3 |
+ | |1={{Author/Denis Zhitenev}} | ||
+ | |2=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] | ||
+ | |4=Luma Equalization | ||
+ | |5=Closed source | ||
+ | |6=[http://forum.timescapes.org/phpBB3/viewtopic.php?f=8&t=2410 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/ | ||
+ | <br> | ||
+ | <br> | ||
+ | == Requirements == | ||
+ | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater] | ||
+ | * [x64]: [[AviSynth+]] | ||
+ | * Supported color formats: [[YUY2]], [[YV12]] | ||
+ | <br> | ||
+ | |||
+ | == [[Script variables|Syntax and Parameters]] == | ||
+ | See documentation here: http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.html | ||
+ | <br> | ||
+ | <br> | ||
+ | == Examples == | ||
+ | TimeLapseDF with default settings: | ||
+ | [[AviSource]]("blah.avi") | ||
+ | TimeLapseDF() | ||
+ | <br> | ||
+ | == Changelog == | ||
+ | Version Date Changes<br> | ||
+ | v1.0 2010/06/05 - Initial release | ||
+ | <br> | ||
+ | == Archived Downloads == | ||
+ | {| class="wikitable" border="1"; width="400px" | ||
+ | |- | ||
+ | !!width="100px"| Version | ||
+ | !!width="150px"| Download | ||
+ | !!width="150px"| Mirror | ||
+ | |- | ||
+ | !v1.0 | ||
+ | |'''[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] | ||
+ | |} | ||
+ | <br> | ||
+ | == External Links == | ||
+ | <br> | ||
+ | <br> | ||
+ | ----------------------------------------------- | ||
+ | '''Back to [[External_filters#Luma_Equalization|External Filters]] ←''' |
Revision as of 20:14, 7 July 2020
Abstract | |
---|---|
Author | Denis Zhitenev |
Version | v1.0 |
Download | [x86]: TimeLapseDF.dll [x64]: TimeLapseDF64.dll |
Category | Luma Equalization |
License | Closed source |
Discussion | forum.timescapes.org |
Contents |
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
Syntax and Parameters
See documentation here: http://www.zhitenev.com/avisynth/TimeLapseDF/TimeLapseDF.html
Examples
TimeLapseDF with default settings:
AviSource("blah.avi") TimeLapseDF()
Changelog
Version Date Changes
v1.0 2010/06/05 - Initial release
Archived Downloads
Version | Download | Mirror |
---|---|---|
v1.0 | [x86]: TimeLapseDF.dll [x64]: TimeLapseDF64.dll |
TimeLapseDF.dll TimeLapseDF64.dll |
External Links
Back to External Filters ←