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-05-22 14:07:43 -04:00
**crf** | **int** | |
**threads** | **int** | |
2022-12-09 15:51:42 -05:00
**preset** | **String** | |
**targetVideoCodec** | **String** | |
**targetAudioCodec** | **String** | |
2023-04-04 02:42:53 +01:00
**targetResolution** | **String** | |
2023-05-22 14:07:43 -04:00
**maxBitrate** | **String** | |
**twoPass** | **bool** | |
2023-03-28 22:03:43 +03:00
**transcode** | **String** | |
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)