fix(server): override reserved color metadata for video thumbnails (#22348)

override reserved metadata
This commit is contained in:
Mert
2025-10-06 12:13:10 -04:00
committed by GitHub
parent 51150a3ed1
commit 24234bedf1
5 changed files with 61 additions and 3 deletions

View File

@@ -88,6 +88,9 @@ export interface VideoStreamInfo {
isHDR: boolean;
bitrate: number;
pixelFormat: string;
colorPrimaries?: string;
colorSpace?: string;
colorTransfer?: string;
}
export interface AudioStreamInfo {