2022-12-09 21:51:42 +01:00
# openapi.model.SystemConfigFFmpegDto
2022-11-15 05:39:32 +01:00
## Load the model package
```dart
import 'package:openapi/api.dart';
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2022-12-09 21:51:42 +01:00
**crf** | **String** | |
**preset** | **String** | |
**targetVideoCodec** | **String** | |
**targetAudioCodec** | **String** | |
2023-04-04 03:42:53 +02:00
**targetResolution** | **String** | |
2023-03-28 21:03:43 +02:00
**transcode** | **String** | |
2022-11-15 05:39:32 +01: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)