mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat(server, web): accepted codecs (#6460)
* chore: rebase * chore: open api --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
96b7885583
commit
8aef92affc
14 changed files with 181 additions and 10 deletions
12
open-api/typescript-sdk/client/api.ts
generated
12
open-api/typescript-sdk/client/api.ts
generated
|
|
@ -3670,6 +3670,18 @@ export interface SystemConfigFFmpegDto {
|
|||
* @memberof SystemConfigFFmpegDto
|
||||
*/
|
||||
'accel': TranscodeHWAccel;
|
||||
/**
|
||||
*
|
||||
* @type {Array<AudioCodec>}
|
||||
* @memberof SystemConfigFFmpegDto
|
||||
*/
|
||||
'acceptedAudioCodecs': Array<AudioCodec>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<VideoCodec>}
|
||||
* @memberof SystemConfigFFmpegDto
|
||||
*/
|
||||
'acceptedVideoCodecs': Array<VideoCodec>;
|
||||
/**
|
||||
*
|
||||
* @type {number}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue