2022-12-09 15:51:42 -05:00
# openapi.model.SystemConfigFFmpegDto
2022-11-14 23:39:32 -05:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-08-01 21:56:10 -04:00
**accel** | [**TranscodeHWAccel** ](TranscodeHWAccel.md ) | |
2024-01-26 18:02:56 +01:00
**acceptedAudioCodecs** | [**List<AudioCodec>** ](AudioCodec.md ) | | [default to const []]
**acceptedVideoCodecs** | [**List<VideoCodec>** ](VideoCodec.md ) | | [default to const []]
2023-09-02 21:22:42 -04:00
**bframes** | **int** | |
**cqMode** | [**CQMode** ](CQMode.md ) | |
2023-05-22 14:07:43 -04:00
**crf** | **int** | |
2023-09-02 21:22:42 -04:00
**gopSize** | **int** | |
2023-08-01 12:49:18 -04:00
**maxBitrate** | **String** | |
2023-09-02 21:22:42 -04:00
**npl** | **int** | |
2024-01-30 02:40:02 +01:00
**preferredHwDevice** | **String** | |
2022-12-09 15:51:42 -05:00
**preset** | **String** | |
2023-09-02 21:22:42 -04:00
**refs** | **int** | |
2023-08-01 12:49:18 -04:00
**targetAudioCodec** | [**AudioCodec** ](AudioCodec.md ) | |
2023-04-04 02:42:53 +01:00
**targetResolution** | **String** | |
2023-08-01 12:49:18 -04:00
**targetVideoCodec** | [**VideoCodec** ](VideoCodec.md ) | |
2023-09-02 21:22:42 -04:00
**temporalAQ** | **bool** | |
2023-08-01 12:49:18 -04:00
**threads** | **int** | |
2023-08-07 16:35:25 -04:00
**tonemap** | [**ToneMapping** ](ToneMapping.md ) | |
2023-08-01 12:49:18 -04:00
**transcode** | [**TranscodePolicy** ](TranscodePolicy.md ) | |
2023-05-22 14:07:43 -04:00
**twoPass** | **bool** | |
2022-11-14 23:39:32 -05: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)