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

    Настройки для создания проекта

    interface ProjectCreationSettings {
        autoCreateSections?: boolean;
        description?: string;
        name: string;
        sectionStrategy?: "manual" | "by-date" | "by-location" | "by-duration";
        settings: {
            aspectRatio: string;
            duration?: number;
            fps: number;
            resolution: { height: number; width: number };
        };
    }
    Index

    Properties

    autoCreateSections?: boolean
    description?: string
    name: string
    sectionStrategy?: "manual" | "by-date" | "by-location" | "by-duration"
    settings: {
        aspectRatio: string;
        duration?: number;
        fps: number;
        resolution: { height: number; width: number };
    }