Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Параметры оптимизации

    interface OptimizationParams {
        contentCategory: ContentCategory;
        customSettings?: {
            addPlatformBranding?: boolean;
            cropToFit?: boolean;
            generateThumbnail?: boolean;
            targetBitrate?: number;
            targetFramerate?: number;
            targetResolution?: { height: number; width: number };
        };
        inputVideoPath: string;
        outputDirectory: string;
        platform: SupportedPlatform;
    }
    Index

    Properties

    contentCategory: ContentCategory
    customSettings?: {
        addPlatformBranding?: boolean;
        cropToFit?: boolean;
        generateThumbnail?: boolean;
        targetBitrate?: number;
        targetFramerate?: number;
        targetResolution?: { height: number; width: number };
    }
    inputVideoPath: string
    outputDirectory: string