mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00: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:
parent
00a77c2d6a
commit
dc8962f2bc
5 changed files with 58 additions and 19 deletions
|
|
@ -89,7 +89,7 @@ export interface VideoStreamInfo {
|
|||
export interface AudioStreamInfo {
|
||||
index: number;
|
||||
codecName?: string;
|
||||
frameCount: number;
|
||||
bitrate: number;
|
||||
}
|
||||
|
||||
export interface VideoFormat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue