# openapi.model.SystemConfigFFmpegDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **crf** | **int** | | **threads** | **int** | | **targetVideoCodec** | [**VideoCodec**](VideoCodec.md) | | **targetAudioCodec** | [**AudioCodec**](AudioCodec.md) | | **transcode** | [**TranscodePolicy**](TranscodePolicy.md) | | **preset** | **String** | | **targetResolution** | **String** | | **maxBitrate** | **String** | | **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)