mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 09:15:05 +03:00
fix(server): override reserved color metadata for video thumbnails (#22348)
override reserved metadata
This commit is contained in:
@@ -88,6 +88,9 @@ export interface VideoStreamInfo {
|
||||
isHDR: boolean;
|
||||
bitrate: number;
|
||||
pixelFormat: string;
|
||||
colorPrimaries?: string;
|
||||
colorSpace?: string;
|
||||
colorTransfer?: string;
|
||||
}
|
||||
|
||||
export interface AudioStreamInfo {
|
||||
|
||||
Reference in New Issue
Block a user