Avi2Cvc v2.# by ssjx (https://ssjx.co.uk)
=========================================

Avi2Cvc can convert uncompressed/msvc AVI files into smaller 4 colour videos better suited to the Cybiko handheld computer.

Usage
-----

avi2cvc myfile.avi

This will result in a file called 'myfile.avi.cvc'

By default, ordered dithering is used, to use no dithering or to use diffusion:

avi2cvc -nodither myfile.avi

avi2cvc -diffuse myfile.avi

Diffusion can give a better image but can result in larger files.


Getting your AVI in the correct format
--------------------------------------

The AVI file needs to:

* Have a resolution of 160x100 or lower, the width should be divisible by 4.
* Be 24bit and uncompressed or 16bit and compressed with the Microsoft Video 1 codec (MSVC).
* Have a low frame rate, around 7 fps is usually good.
* Have no audio.

VirtualDub (http://virtualdub.org/) is great for creating compatible AVI files.
