mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
fix(server): partial fallback for hardware transcoding (#14611)
This commit is contained in:
@@ -130,6 +130,11 @@ export interface ProbeOptions {
|
||||
countFrames: boolean;
|
||||
}
|
||||
|
||||
export interface VideoInterfaces {
|
||||
dri: string[];
|
||||
mali: boolean;
|
||||
}
|
||||
|
||||
export interface IMediaRepository {
|
||||
// image
|
||||
extract(input: string, output: string): Promise<boolean>;
|
||||
|
||||
Reference in New Issue
Block a user