TYPE: COP
TITLE: Field Split COP

This operation splits a frame into 2 fields containing the even and odd 
scanlines of the frame. The resulting sequence will be twice as long as the
original.

Alternatively, only the even or odd scanlines can be extracted from the frame,
in which case the resulting sequence will be as long as the input sequence. 

Parameters
    Split            - The split operation.
        Frame to 2 Fields - Splits each frame into 2 fields.
        Odd Fields        - Extracts the odd scanlines from each frame.
        Even Fields       - Extracts the even scanlines from each frame.

    Field Dominance - The field dominance of the new sequence.
        Odd Dominant  (Field 1) - The odd scanlines (1,3,5...) appear in the 
                                  first field of the video pair.
        Even Dominant (Field 2) - The even scanlines (2,4,6...) appear in the 
                                  first field of the video pair.

See Also: Field Merge (fieldmerge), Field Swap (fieldswap), Pulldown, Pushup
