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 ` - simple documented sample that just copies the source frame to the destination in RGB and YUV colourspaces. :doc:`SimpleSample 1.1 ` - additions to handle planar colourspaces (e.g. YV12). :doc:`SimpleSample 1.2 ` - Revert to RGB24 colourspace only to show simple pixel manipulation. :doc:`SimpleSample 1.3a ` - Add in code to handle parameters in filters. :doc:`SimpleSample 1.4 ` - Add in RGB32 colourspace code. :doc:`SimpleSample 1.5a ` - Add in YUY2 code. :doc:`SimpleSample 1.6 ` - and finally YV12 as well. :doc:`SimpleSample 1.7 ` - Add in ability to use info from 2 clips only the YUY2 colorspace code altered. :doc:`Classes and function calls in AviSynth plugins ` - about classes and function calls in AviSynth plugins. :doc:`SimpleSample for AviSynth 2.6 ` - a rewritten version that supports all of 2.6's color formats. ---- Back to :doc:`FilterSDK ` $Date: 2006/11/24 18:21:26 $ .. _[this]: http://forum.doom9.org/showthread.php?s=&threadid=48261