videosphere
    Preparing search index...

    Input for creating a new YouTube import job.

    interface CreateYoutubeImportJobInput {
        userId: string;
        draftId: string;
        sourceUrl: string;
        youtubeVideoId: string;
        livestreamId?: string;
        startSeconds: number;
        endSeconds: number;
        smartCut?: boolean;
    }
    Index

    Properties

    userId: string
    draftId: string
    sourceUrl: string
    youtubeVideoId: string
    livestreamId?: string

    Past livestream id when picked from history; omit or pass empty for pasted links.

    startSeconds: number
    endSeconds: number
    smartCut?: boolean

    When true, trim with ffmpeg smart cut instead of stream-copy only.