You are looking at the HTML representation of the XML format.
HTML is good for debugging, but probably is not suitable for your application.
See complete documentation, or
API help for more information.
<?xml version="1.0"?>
<api>
<query-continue>
<allpages gapfrom="ReMatch" />
</query-continue>
<query>
<pages>
<page pageid="1476" ns="0" title="ReCon">
<revisions>
<rev xml:space="preserve">{{FilterCat4|External_filters|Scripts|Restoration_filters|Sharpeners}}
{{Filter3
| *.mp4 guy
|20/06/2010
|3=[http://forum.doom9.org/showthread.php?t=155030#post1409582 ReCon script]
|4=Sharpeners
|5=
|6=[http://forum.doom9.org/showthread.php?t=155030#post1409582 Doom9 Thread]
}}
== Description ==
[[ReCon]]; Reconvolution - makes things sharp by mixing pixels together.<br>
<br>
== Requirements ==
* AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater]
* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only
* Supported color formats: [[YV12]]
=== Required Plugins ===
Latest version of the following plugins are recommended unless stated otherwise.<br>
*[[Average]]
*[[MaskTools2]]
<br>
== [[Script variables|Syntax and Parameters]] ==
:{{Template:FuncDef|ReCon (clip c, float "str", float "strv", float "strh", float "rad", float "radh", float "radv", int "lmode", int "thresh")}}
<br>
::{{Par2| |clip| }}
:::Input clip
<br>
::{{Par2|str|float|4.0}}
::{{Par2|strv|float|str}}
::{{Par2|strh|float|str}}
:::Strength
<br>
::{{Par2|rad|float|2.0}}
::{{Par2|radh|float|rad}}
::{{Par2|radv|float|rad}}
:::Radius of sharpening, Using a radius above 4 is not supported. If a radius above 4 is selected, mask generation is disabled (input clip is used instead). Also, rads that are not equal to 0.5, 1, 1.5, 2, 2.5, 3 or 4 do not function properly.[http://forum.doom9.org/showthread.php?t=155030#post1410248]
<br>
::{{Par2|lmode|int|1}}
:::Limiting mode (0 to 4):
:::*0 : strong limiting
:::*3 : minimal limiting
:::*4 : non-limited (artifacts are likely)[http://forum.doom9.org/showthread.php?t=153170&page=5#post1546682]
<br>
::{{Par2|thresh|int|720}}
:::Threshold.
<br>
== Examples ==
ReCon with default settings:
[[AviSource]]("Blah.avi")
ReCon(str=4.0, strv=4.0, strh=4.0, rad=2.0, radh=2.0, radv=2.0, lmode=1, thresh=720)
<br>
== Changelog ==
Version Date(D/M/Y) Changes<br>
v0.1 20/06/2010 - Added lmode 4
v0.0 18/06/2010 - Initial release
<br>
== External Links ==
<br>
<br>
-----------------------------------------------
'''Back to [[External_filters#Sharpeners|External Filters]] &larr;'''</rev>
</revisions>
</page>
<page pageid="868" ns="0" title="ReInterpolate411">
<revisions>
<rev xml:space="preserve">{{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}}
{{Filter3
|{{Author/Tom Barry}}
|v1.0
|[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]
|Chroma Correction
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]
|6=[http://www.trbarry.com/ReInterpolate411.zip Doom9 Thread]}}
== Description ==
A fast and simple filter to correct the improper 4:1:1 to 4:2:2 conversion that seems to occur with some NTSC DV/4:1:1 codecs. It assumes the odd chroma pixels are duplicates and discards them, replacing them with the average of the two horizontally adjacent even chroma pixels.<br/>
The input clip has to be [[YUY2]] and can be used with either progressive or [[Interlacing_and_deinterlacing|interlaced]]. Finally, ReInterpolate411 does not have any parameters.
<br>
<br>
== Requirements ==
* AviSynth 2.5.8 or later
* Supported color formats: [[YUY2]]
* [[SSE]] / [[MMX]] compatible CPU
<br>
== [[Script variables|Syntax and Parameters]] ==
:{{Template:FuncDef|ReInterpolate411 (''clip'')}}
<br>
::{{Par2| |clip| }}
:::Input clip must be [[YUY2]].
<br>
== Examples ==
[[AviSource]]("Blah.avi")
ReInterpolate411()
<br>
== Changelog ==
Version Date Changes<br>
v1.0 07/31/2003 - Initial release
<br>
== Archived Downloads ==
{| class="wikitable" border="1"; width="600px"
|-
!!width="100px"| Version
!!width="150px"| Download
!!width="150px"| Mirror
|-
!v1.0
|[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]
|[http://web.archive.org/web/20061114124425/http://mywebpages.comcast.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]
|}
<br>
== External Links ==
*[http://web.archive.org/web/20061218163036/http://home.comcast.net/~trbarry/ Archive.org] - Original archived homepage<br>
*[http://forum.doom9.org/showthread.php?t=129601 Doom9 Forum] - Archived downloads<br>
*[http://forum.doom9.org/showthread.php?p=352001#post352001 Doom9 Forum] - Original discussion about ReInterpolate411.
*[http://forum.doom9.org/showthread.php?t=113777 Doom9 Forum] - Discussion about correctly using ReInterpolate411.<br>
*[http://forum.doom9.org/showthread.php?t=100649 Doom9 Forum] - Discussion about NTSC DV codecs.<br>
*[http://forum.videohelp.com/threads/217872-Reinterpolate411-Is-it-necessary-for-all-mpeg-encoders VideoHelp Forum] - Discussion related to ReInterpolate411.
<br>
<br>
-----------------------------------------------
'''Back to [[External_filters#Chroma_correction|External Filters]] &larr;'''</rev>
</revisions>
</page>
</pages>
</query>
</api>