mediaforge - v0.1.0
    Preparing search index...

    Function buildInputArgs

    • Build the args for a single input entry. These come immediately before the -i flag.

      Parameters

      • opts: {
            seekInput?: string | number;
            duration?: string | number;
            to?: string | number;
            format?: string;
            frameRate?: string | number;
            loop?: number;
            extraArgs?: string[];
        }

      Returns string[]