mediaforge - v0.3.0
    Preparing search index...

    Interface VaguedenoiserOptions

    interface VaguedenoiserOptions {
        threshold?: number;
        frames?: number;
        algorithm?: string;
    }
    Index

    Properties

    threshold?: number

    Threshold. Lower = stronger denoising. Default: 2

    frames?: number

    Number of frames to use. Odd number. Default: 9

    algorithm?: string

    Denoise algorithm: 'hard', 'soft', 'label'. Default: 'hard'