VisioForge (c) 2025

Search Results for

    Enum InterlacePattern

    Interlace pattern.

    Namespace: VisioForge.Core.Types.X.VideoEffects
    Assembly: VisioForge.Core.dll
    Syntax
    public enum InterlacePattern

    Fields

    Name Description
    _1x1

    1:1 (e.g. 60p -> 60i).

    _1x2x4

    1:2-4 (e.g. 27.5p -> 50i telecine).

    _2x11x3

    Euro 2-11:3 (e.g. 24p -> 50i telecine).

    _2x2

    2:2 (e.g. 30p -> 60i).

    _2x3

    2:3 (e.g. 24p -> 60i telecine).

    _2x3x3x2

    2:3:3:2 (e.g. 24p -> 60i telecine).

    _3x2x4

    3:2-4 (e.g. 27.5p -> 60i telecine).

    _3x3

    3:3 (e.g. 20p -> 60i telecine).

    _3x3x4

    3:3:4 (e.g. 18p -> 60i telecine).

    _3x4x3

    3:4-3 (e.g. 16p -> 60i telecine).

    _3x7x4

    3-7:4 (e.g. 16p -> 50i telecine).