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

    Настройки прокси

    interface ProxySettings {
        codec: "h264" | "prores" | "dnxhd";
        customPath?: string;
        customResolution?: { height: number; width: number };
        location: "custom" | "project" | "cache";
        quality: "low" | "medium" | "high";
        resolution: "custom" | "1/4" | "1/2";
    }
    Index

    Properties

    codec: "h264" | "prores" | "dnxhd"
    customPath?: string
    customResolution?: { height: number; width: number }
    location: "custom" | "project" | "cache"
    quality: "low" | "medium" | "high"
    resolution: "custom" | "1/4" | "1/2"