@vpalmisano/webrtcperf
    Preparing search index...

    Function prepareVideo

    • It prepares a video file for VMAF evaluation applying a timestamp video overlay.

      Parameters

      • name: {
            videoDuration: number;
            videoFramerate: number;
            videoHeight: number;
            videoWidth: number;
            vmafPrepareVideo: string;
            vmafVideoCrop?: string;
        }

        The input video file path with the output id (e.g filename.flv,1).

      • keepSourceFile: boolean = true

        If the source file should be kept.

      Returns Promise<void>