Timeline Studio API Documentation - v0.26.0
    Preparing search index...
    interface VideoCompilerConfig {
        cache_settings: CompilerCacheSettings;
        enable_hardware_acceleration: boolean;
        ffmpeg_path?: string;
        max_concurrent_jobs: number;
        temp_directory?: string;
    }
    Index

    Properties

    cache_settings: CompilerCacheSettings
    enable_hardware_acceleration: boolean
    ffmpeg_path?: string
    max_concurrent_jobs: number
    temp_directory?: string