mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +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>
21 lines
594 B
Markdown
Generated
21 lines
594 B
Markdown
Generated
# openapi.model.SystemConfigFFmpegDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**crf** | **String** | |
|
|
**preset** | **String** | |
|
|
**targetVideoCodec** | **String** | |
|
|
**targetAudioCodec** | **String** | |
|
|
**targetScaling** | **String** | |
|
|
**transcode** | **String** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|