refactor: migrate media repository (#15536)

This commit is contained in:
Jason Rasmussen 2025-01-22 17:11:07 -05:00 committed by GitHub
parent 30b8864d2d
commit 66849d0d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 154 additions and 171 deletions

View file

@ -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'];