TurnsTile

A pair of Avisynth 2.5.x plugins: "TurnsTile", for creating a custom mosaic effect, based on either the input clip contents or tiles from sheet you supply, and "CLUTer", which lets you apply an arbitrary color palette to your footage. Both functions accept RGB32, RGB24, YUY2, and YV12 input.

Download

0.3.2 - April 10th, 2013 - Fix tilesheet processing for interlaced clips
     Avisynth 2.5 - Windows - x86
     Source - GitHub



TurnsTile sample output.

Changes


     0.3.1 - GitHub - September 21st, 2011 - Recompiled to remove SSE/SSE2 requirement and Visual C++ CRT dependency.

     0.3.0 - GitHub - May 6th, 2011 - Corrected braindead inclusion guard mistake in TurnsTile.h, added YV12 support, added CLUTer palettizing function, fixed 'res' option to round values correctly, expanded lotile/hitile operation to clip-only mode.

     0.2.1 - GitHub - March 12th, 2011 - Updated auto calc for tile size, now properly accounts for minimum YUY2 width.

     0.2.0 - GitHub - March 10th, 2011 - Changed 'res' behavior to simulate bit depth adjustment, added 'levels', 'lotile', 'hitile', added auto calculation of default tile size.

     0.1.0 - GitHub - December 24th, 2010 - Initial release.