supervision-js
    Preparing search index...

    Interface MediaPreparationOptions

    Options for probing an uploaded media file and normalizing it to a renderable browser profile.

    interface MediaPreparationOptions {
        normalization?: MediaNormalizationOptions;
        probe?: MediaProbeOptions;
    }
    Index

    Normalization settings layered on top of the selected probe target.

    Probe targets and browser support checks.