TelecideHints
(TelecideHints) |
(x64 version) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat5|External_filters|Plugins|Plugins_x64|Restoration_filters|Deinterlacers}} |
{{Filter3 | {{Filter3 | ||
| {{Author/Myrsloik}} | | {{Author/Myrsloik}} | ||
| v1.1 | | v1.1 | ||
− | | [http://mod16.org/fansub/Telecidehints11.rar Telecidehints11.rar] | + | | [x86]: [http://mod16.org/fansub/Telecidehints11.rar Telecidehints11.rar] |
+ | ----------- | ||
+ | [x64]: [https://web.archive.org/web/20200608172643if_/https://files.videohelp.com/u/223002/Telecidehints11_x64.rar Telecidehints11_x64.rar] | ||
| Deinterlacing | | Deinterlacing | ||
| [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | | [http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
Line 14: | Line 16: | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | * AviSynth 2.5.8 or | + | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater] |
+ | * [x64]: [[AviSynth+]] | ||
* Supported color formats: [[YUY2]], [[YV12]] | * Supported color formats: [[YUY2]], [[YV12]] | ||
<br> | <br> | ||
Line 54: | Line 57: | ||
== Changelog == | == Changelog == | ||
Version Date Changes<br> | Version Date Changes<br> | ||
− | v1.1 2004-08-07 - | + | v1.1 2004-08-07 - Latest version? |
v1.0 ????-??-?? - Initial release? | v1.0 ????-??-?? - Initial release? | ||
Line 74: | Line 77: | ||
|- | |- | ||
!v1.1 (x64) | !v1.1 (x64) | ||
+ | |[https://web.archive.org/web/20200608172643if_/https://files.videohelp.com/u/223002/Telecidehints11_x64.rar Telecidehints11_x64.rar] | ||
|[http://www.mediafire.com/download/wnemmzntgnh/Telecidehints11.rar Telecidehints11.rar] | |[http://www.mediafire.com/download/wnemmzntgnh/Telecidehints11.rar Telecidehints11.rar] | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | *x64 version compiled by JoshyD. | ||
<br> | <br> | ||
== External Links == | == External Links == |
Latest revision as of 18:31, 8 June 2020
Abstract | |
---|---|
Author | Myrsloik |
Version | v1.1 |
Download | [x86]: Telecidehints11.rar
[x64]: Telecidehints11_x64.rar |
Category | Deinterlacing |
License | GPLv2 |
Discussion |
Contents |
[edit] Description
The filter process the stats file to get the usual progressive matches and identify VFR sections.
[edit] Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- [x64]: AviSynth+
- Supported color formats: YUY2, YV12
[edit] Syntax and Parameters
[edit] TelecideHints
Based on the hints in the first clip, it returns either the second clip when marked as interlaced, cleanclip when marked as progressive or unknownclip when no hints exist. cleanclip and unknownclip default to the first clip.
Note that it is possible to construct something similar with IsHinted().
- TelecideHints (clip, clip, clip "cleanclip", clip "unknownclip")
[edit] IsHinted
A variation of IsCombed but the result is based on the hints in the video. Can only be used in conditional filtering and returns 0 for no hints, 1 for progressive and 2 for interlaced.
- IsHinted(clip)
[edit] KillHints
Writes invalid hinting information to the clip.
- KillHints(clip)
[edit] Examples
Usage:
MPEG2Source("C:\path_to\blah.d2v") Telecide(order=1,post=1,hints=true) TelecideHints(SangNom2(order=0,aa=48))
(or any other filter, motion won't be smooth with SangNom2 if you don't use the opposite order)
Another example:
MPEG2Source("C:\path_to\blah.d2v") TFM(pp=1) TelecideHints(nnedi3()) #or whatever else you want TDecimate(cycle=5)
[edit] Changelog
Version Date Changes
v1.1 2004-08-07 - Latest version? v1.0 ????-??-?? - Initial release?
[edit] Archived Downloads
Version | Download | Mirror | Mirror 2 | Mirror 3 |
---|---|---|---|---|
v1.1 | Telecidehints11.rar | Telecidehints11.rar | TelecideHints.zip | TelecideHints.zip |
v1.1 (x64) | Telecidehints11_x64.rar | Telecidehints11.rar |
- x64 version compiled by JoshyD.
[edit] External Links
Back to External Filters ←