
SimpleSample
============

Here are the sources for the series of examples developed in `[this]`_ thread.

Note: the samples are for version 2.5

:doc:`SimpleSample 1.0b <SimpleSample10b>` - simple documented sample that just copies the source
frame to the destination in RGB and YUV colourspaces.

:doc:`SimpleSample 1.1 <SimpleSample11>` - additions to handle planar colourspaces (e.g. YV12).

:doc:`SimpleSample 1.2 <SimpleSample12>` - Revert to RGB24 colourspace only to show simple pixel
manipulation.

:doc:`SimpleSample 1.3a <SimpleSample13a>` - Add in code to handle parameters in filters.

:doc:`SimpleSample 1.4 <SimpleSample14>` - Add in RGB32 colourspace code.

:doc:`SimpleSample 1.5a <SimpleSample15a>` - Add in YUY2 code.

:doc:`SimpleSample 1.6 <SimpleSample16>` - and finally YV12 as well.

:doc:`SimpleSample 1.7 <SimpleSample17>` - Add in ability to use info from 2 clips only the YUY2
colorspace code altered.

:doc:`Classes and function calls in AviSynth plugins <SimpleSampleClass>` - about classes and
function calls in AviSynth plugins.

:doc:`SimpleSample for AviSynth 2.6 <SimpleSample26>` - a rewritten version that supports all of
2.6's color formats.

----

Back to :doc:`FilterSDK <FilterSDK>`

$Date: 2006/11/24 18:21:26 $

.. _[this]: http://forum.doom9.org/showthread.php?s=&threadid=48261
