2022-12-09 22:51:42 +02:00
# openapi.model.SystemConfigFFmpegDto
2022-11-15 06:39:32 +02:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-02 03:56:10 +02:00
**accel** | [**TranscodeHWAccel** ](TranscodeHWAccel.md ) | |
2023-09-03 03:22:42 +02:00
**bframes** | **int** | |
**cqMode** | [**CQMode** ](CQMode.md ) | |
2023-05-22 20:07:43 +02:00
**crf** | **int** | |
2023-09-03 03:22:42 +02:00
**gopSize** | **int** | |
2023-08-01 18:49:18 +02:00
**maxBitrate** | **String** | |
2023-09-03 03:22:42 +02:00
**npl** | **int** | |
2022-12-09 22:51:42 +02:00
**preset** | **String** | |
2023-09-03 03:22:42 +02:00
**refs** | **int** | |
2023-08-01 18:49:18 +02:00
**targetAudioCodec** | [**AudioCodec** ](AudioCodec.md ) | |
2023-04-04 03:42:53 +02:00
**targetResolution** | **String** | |
2023-08-01 18:49:18 +02:00
**targetVideoCodec** | [**VideoCodec** ](VideoCodec.md ) | |
2023-09-03 03:22:42 +02:00
**temporalAQ** | **bool** | |
2023-08-01 18:49:18 +02:00
**threads** | **int** | |
2023-08-07 22:35:25 +02:00
**tonemap** | [**ToneMapping** ](ToneMapping.md ) | |
2023-08-01 18:49:18 +02:00
**transcode** | [**TranscodePolicy** ](TranscodePolicy.md ) | |
2023-05-22 20:07:43 +02:00
**twoPass** | **bool** | |
2022-11-15 06:39:32 +02:00
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)