mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
2c67090e3c
* feat: add transcode presets * Add migration * chore: generate api * refactor: use enum type instead of string for transcode option * chore: generate api * refactor: enhance readability of runVideoEncode method * refactor: reuse SettingSelect for transcoding presets * refactor: simplify return statement * chore: regenerate api * fix: correct label attribute * Update import * fix test --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
594 B
Generated
594 B
Generated
openapi.model.SystemConfigFFmpegDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
crf | String | ||
preset | String | ||
targetVideoCodec | String | ||
targetAudioCodec | String | ||
targetScaling | String | ||
transcode | String |