mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
refactor: migrate media repository (#15536)
This commit is contained in:
parent
30b8864d2d
commit
66849d0d45
15 changed files with 154 additions and 171 deletions
|
|
@ -9,7 +9,7 @@ import {
|
|||
VideoFormat,
|
||||
VideoInterfaces,
|
||||
VideoStreamInfo,
|
||||
} from 'src/interfaces/media.interface';
|
||||
} from 'src/types';
|
||||
|
||||
export class BaseConfig implements VideoCodecSWConfig {
|
||||
readonly presets = ['veryslow', 'slower', 'slow', 'medium', 'fast', 'faster', 'veryfast', 'superfast', 'ultrafast'];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue