跳转到内容

SequenceColorFormat

此内容尚不支持你的语言。

Defined in: packages/project-schema/src/types.ts:46

[key: string]: JsonValue

optional alphaMode: "opaque" | "premultiplied"

Defined in: packages/project-schema/src/types.ts:65

Defaults to premultiplied inside the renderer.


backgroundColor: JsonObject

Defined in: packages/project-schema/src/types.ts:70


optional bitDepth: 8 | 10

Defined in: packages/project-schema/src/types.ts:69

Defaults to 8 for legacy Project v1 documents.


channelLayout: "mono" | "stereo" | "5.1"

Defined in: packages/project-schema/src/types.ts:52


optional chromaSubsampling: "rgb" | "4:4:4" | "4:2:2" | "4:2:0"

Defined in: packages/project-schema/src/types.ts:63

Defaults to 4:4:4; an encoder may require an explicit conversion to 4:2:0.


optional colorPrimaries: "bt709" | "display-p3" | "bt2020"

Defined in: packages/project-schema/src/types.ts:55

Defaults to bt709 for legacy Project v1 documents.


optional colorRange: "full" | "limited"

Defined in: packages/project-schema/src/types.ts:61

Defaults to full for the linear compositing surface.


frameRate: Rational & JsonObject

Defined in: packages/project-schema/src/types.ts:50


height: number

Defined in: packages/project-schema/src/types.ts:48


optional matrixCoefficients: "bt709" | "rgb" | "bt2020-ncl"

Defined in: packages/project-schema/src/types.ts:59

Defaults to rgb for the linear compositing surface.


pixelAspectRatio: Rational & JsonObject

Defined in: packages/project-schema/src/types.ts:49


sampleRate: 44100 | 48000 | 96000

Defined in: packages/project-schema/src/types.ts:51


optional toneMapping: "none" | "bt2390" | "reinhard"

Defined in: packages/project-schema/src/types.ts:67

Defaults to none; HDR must fail closed when it cannot be presented without conversion.


optional transferFunction: "srgb" | "gamma22" | "pq" | "hlg"

Defined in: packages/project-schema/src/types.ts:57

Defaults to srgb for legacy Project v1 documents.


width: number

Defined in: packages/project-schema/src/types.ts:47


workingColorSpace: "srgb-linear" | "display-p3-linear" | "rec2020-linear"

Defined in: packages/project-schema/src/types.ts:53