mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:17:11 -05:00 
			
		
		
		
	* added a configuration option to select the dri node in transcoding * chore: open api * refactor: get hawrdware device --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
# openapi.model.SystemConfigFFmpegDto
 | 
						|
 | 
						|
## Load the model package
 | 
						|
```dart
 | 
						|
import 'package:openapi/api.dart';
 | 
						|
```
 | 
						|
 | 
						|
## Properties
 | 
						|
Name | Type | Description | Notes
 | 
						|
------------ | ------------- | ------------- | -------------
 | 
						|
**accel** | [**TranscodeHWAccel**](TranscodeHWAccel.md) |  | 
 | 
						|
**acceptedAudioCodecs** | [**List<AudioCodec>**](AudioCodec.md) |  | [default to const []]
 | 
						|
**acceptedVideoCodecs** | [**List<VideoCodec>**](VideoCodec.md) |  | [default to const []]
 | 
						|
**bframes** | **int** |  | 
 | 
						|
**cqMode** | [**CQMode**](CQMode.md) |  | 
 | 
						|
**crf** | **int** |  | 
 | 
						|
**gopSize** | **int** |  | 
 | 
						|
**maxBitrate** | **String** |  | 
 | 
						|
**npl** | **int** |  | 
 | 
						|
**preferredHwDevice** | **String** |  | 
 | 
						|
**preset** | **String** |  | 
 | 
						|
**refs** | **int** |  | 
 | 
						|
**targetAudioCodec** | [**AudioCodec**](AudioCodec.md) |  | 
 | 
						|
**targetResolution** | **String** |  | 
 | 
						|
**targetVideoCodec** | [**VideoCodec**](VideoCodec.md) |  | 
 | 
						|
**temporalAQ** | **bool** |  | 
 | 
						|
**threads** | **int** |  | 
 | 
						|
**tonemap** | [**ToneMapping**](ToneMapping.md) |  | 
 | 
						|
**transcode** | [**TranscodePolicy**](TranscodePolicy.md) |  | 
 | 
						|
**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)
 | 
						|
 | 
						|
 |