MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"gapcontinue": "ReMatch",
"continue": "gapcontinue||"
},
"query": {
"pages": {
"1476": {
"pageid": 1476,
"ns": 0,
"title": "ReCon",
"revisions": [
{
"contentformat": "text/x-wiki",
"contentmodel": "wikitext",
"*": "{{FilterCat4|External_filters|Scripts|Restoration_filters|Sharpeners}}\n{{Filter3\n| *.mp4 guy\n|20/06/2010\n|3=[http://forum.doom9.org/showthread.php?t=155030#post1409582 ReCon script]\n|4=Sharpeners\n|5=\n|6=[http://forum.doom9.org/showthread.php?t=155030#post1409582 Doom9 Thread]\n}}\n\n== Description ==\n[[ReCon]]; Reconvolution - makes things sharp by mixing pixels together.<br>\n<br>\n== Requirements ==\n* AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater]\n* [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only \n* Supported color formats: [[YV12]]\n\n=== Required Plugins ===\nLatest version of the following plugins are recommended unless stated otherwise.<br>\n*[[Average]]\n*[[MaskTools2]]\n<br>\n\n== [[Script variables|Syntax and Parameters]] ==\n\n:{{Template:FuncDef|ReCon (clip c, float \"str\", float \"strv\", float \"strh\", float \"rad\", float \"radh\", float \"radv\", int \"lmode\", int \"thresh\")}}\n<br>\n::{{Par2| |clip| }}\n:::Input clip\n<br>\n::{{Par2|str|float|4.0}}\n::{{Par2|strv|float|str}}\n::{{Par2|strh|float|str}}\n:::Strength\n<br>\n::{{Par2|rad|float|2.0}}\n::{{Par2|radh|float|rad}}\n::{{Par2|radv|float|rad}}\n:::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]\n<br>\n::{{Par2|lmode|int|1}}\n:::Limiting mode (0 to 4): \n:::*0 : strong limiting\n:::*3 : minimal limiting\n:::*4 : non-limited (artifacts are likely)[http://forum.doom9.org/showthread.php?t=153170&page=5#post1546682]\n<br>\n::{{Par2|thresh|int|720}}\n:::Threshold.\n<br>\n== Examples ==\nReCon with default settings:\n [[AviSource]](\"Blah.avi\")\n ReCon(str=4.0, strv=4.0, strh=4.0, rad=2.0, radh=2.0, radv=2.0, lmode=1, thresh=720)\n<br>\n== Changelog ==\n Version Date(D/M/Y) Changes<br>\n v0.1 20/06/2010 - Added lmode 4\n v0.0 18/06/2010 - Initial release\n<br>\n== External Links ==\n<br>\n<br>\n-----------------------------------------------\n'''Back to [[External_filters#Sharpeners|External Filters]] ←'''"
}
]
},
"868": {
"pageid": 868,
"ns": 0,
"title": "ReInterpolate411",
"revisions": [
{
"contentformat": "text/x-wiki",
"contentmodel": "wikitext",
"*": "{{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}}\n{{Filter3\n|{{Author/Tom Barry}}\n|v1.0\n|[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]\n|Chroma Correction\n|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2]\n|6=[http://www.trbarry.com/ReInterpolate411.zip Doom9 Thread]}}\n== Description ==\nA 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/>\nThe 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.\n<br>\n<br>\n== Requirements ==\n* AviSynth 2.5.8 or later \n* Supported color formats: [[YUY2]]\n\n* [[SSE]] / [[MMX]] compatible CPU\n<br>\n== [[Script variables|Syntax and Parameters]] ==\n:{{Template:FuncDef|ReInterpolate411 (''clip'')}}\n<br>\n::{{Par2| |clip| }}\n:::Input clip must be [[YUY2]].\n<br>\n== Examples ==\n [[AviSource]](\"Blah.avi\")\n ReInterpolate411()\n<br>\n== Changelog ==\n Version Date Changes<br>\n v1.0 07/31/2003 - Initial release\n<br>\n\n== Archived Downloads ==\n{| class=\"wikitable\" border=\"1\"; width=\"600px\"\n|-\n!!width=\"100px\"| Version\n!!width=\"150px\"| Download\n!!width=\"150px\"| Mirror\n|-\n!v1.0\n|[http://web.archive.org/web/20140421000209/http://neuron2.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]\n|[http://web.archive.org/web/20061114124425/http://mywebpages.comcast.net/trbarry/ReInterpolate411.zip ReInterpolate411.zip]\n|}\n<br>\n== External Links ==\n*[http://web.archive.org/web/20061218163036/http://home.comcast.net/~trbarry/ Archive.org] - Original archived homepage<br>\n*[http://forum.doom9.org/showthread.php?t=129601 Doom9 Forum] - Archived downloads<br>\n*[http://forum.doom9.org/showthread.php?p=352001#post352001 Doom9 Forum] - Original discussion about ReInterpolate411.\n*[http://forum.doom9.org/showthread.php?t=113777 Doom9 Forum] - Discussion about correctly using ReInterpolate411.<br>\n*[http://forum.doom9.org/showthread.php?t=100649 Doom9 Forum] - Discussion about NTSC DV codecs.<br> \n*[http://forum.videohelp.com/threads/217872-Reinterpolate411-Is-it-necessary-for-all-mpeg-encoders VideoHelp Forum] - Discussion related to ReInterpolate411.\n<br>\n<br>\n-----------------------------------------------\n'''Back to [[External_filters#Chroma_correction|External Filters]] ←'''"
}
]
}
}
}
}