mediaforge - v0.1.0
    Preparing search index...

    Interface YadifOptions

    interface YadifOptions {
        mode?: 0 | 1 | 2 | 3;
        parity?: 0 | 1 | -1;
        deint?: 0 | 1;
    }
    Index

    Properties

    Properties

    mode?: 0 | 1 | 2 | 3

    Mode: 0=send frame, 1=send field, 2=send frame nospatial, 3=send field nospatial

    parity?: 0 | 1 | -1

    Parity: -1=auto, 0=TFF, 1=BFF

    deint?: 0 | 1

    Deint: 0=all frames, 1=only interlaced frames