TYPE: COP
TITLE: Deinterlace COP

This VEX Cop will de-interlace a frame of video by either averaging scanlines
or copying a scanline. You can choose which scanlines get kept, odd or even.

You can also choose to drop the scanline, which will then be replaced
with a colour of your choice.

Hint: Averaging almost always looks best.

Parameters:
    Field to Keep      - Select Odd or Even fields to keep.
    Method             - What will happen when the field is dropped.
	Average - The lines above and below the discarded
                  field will be averaged together.
	Copy    - The line above the discarded field will be copied.
	Drop    - The space left by the discarded field will
                  be filled by the colour specified.
    Drop Colour        - The colour used to fill the gap if \"Drop\" is
                         selected as the Replacement Method.        /dropcolour
