mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
fix(server): select main stream according to bitrate (#18375)
* fix main stream * update unit tests --------- Co-authored-by: mertalev <101130780+mertalev@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@ export interface VideoStreamInfo {
|
||||
export interface AudioStreamInfo {
|
||||
index: number;
|
||||
codecName?: string;
|
||||
frameCount: number;
|
||||
bitrate: number;
|
||||
}
|
||||
|
||||
export interface VideoFormat {
|
||||
|
||||
Reference in New Issue
Block a user