mirror of
https://github.com/immich-app/immich.git
synced 2025-01-23 12:12:45 +01:00
d8eca168ca
* use arrayContaining * libplacebo for nvenc update dockerfile * tweaks * update nvenc options * tweak settings * refactor * toggle for hardware decoding, software / hardware decoding for nvenc and rkmpp * fix software tone-mapping not being applied * separate configs for hw/sw * update api * add hw decode toggle * fix mutating config * remove `version` flag * fix config type * remove submodule * handle temporal AQ * remove duplicate tests * use `tonemap_opencl` * wording * update docs
35 lines
1.3 KiB
Markdown
Generated
35 lines
1.3 KiB
Markdown
Generated
# openapi.model.SystemConfigFFmpegDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**accel** | [**TranscodeHWAccel**](TranscodeHWAccel.md) | |
|
|
**accelDecode** | **bool** | |
|
|
**acceptedAudioCodecs** | [**List<AudioCodec>**](AudioCodec.md) | | [default to const []]
|
|
**acceptedVideoCodecs** | [**List<VideoCodec>**](VideoCodec.md) | | [default to const []]
|
|
**bframes** | **int** | |
|
|
**cqMode** | [**CQMode**](CQMode.md) | |
|
|
**crf** | **int** | |
|
|
**gopSize** | **int** | |
|
|
**maxBitrate** | **String** | |
|
|
**npl** | **int** | |
|
|
**preferredHwDevice** | **String** | |
|
|
**preset** | **String** | |
|
|
**refs** | **int** | |
|
|
**targetAudioCodec** | [**AudioCodec**](AudioCodec.md) | |
|
|
**targetResolution** | **String** | |
|
|
**targetVideoCodec** | [**VideoCodec**](VideoCodec.md) | |
|
|
**temporalAQ** | **bool** | |
|
|
**threads** | **int** | |
|
|
**tonemap** | [**ToneMapping**](ToneMapping.md) | |
|
|
**transcode** | [**TranscodePolicy**](TranscodePolicy.md) | |
|
|
**twoPass** | **bool** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|