supervision-js
    Preparing search index...

    Enumeration MediaConditionResponse

    What to do about a condition.

    Index
    None: "none"

    Open the source as it is.

    RemuxFirst: "remuxFirst"

    Copy the coded frames into another container without re-encoding them.

    ConvertFirst: "convertFirst"

    Re-encode, and open the result once it is finished.

    ConvertProgressively: "convertProgressively"

    Re-encode, and open the prefix as it is written.

    Refuse: "refuse"

    Do not open it, and say why.