mirror of
https://github.com/immich-app/immich.git
synced 2025-01-04 02:46:47 +01:00
d8eca168ca
* use arrayContaining * libplacebo for nvenc update dockerfile * tweaks * update nvenc options * tweak settings * refactor * toggle for hardware decoding, software / hardware decoding for nvenc and rkmpp * fix software tone-mapping not being applied * separate configs for hw/sw * update api * add hw decode toggle * fix mutating config * remove `version` flag * fix config type * remove submodule * handle temporal AQ * remove duplicate tests * use `tonemap_opencl` * wording * update docs
1.3 KiB
Generated
1.3 KiB
Generated
openapi.model.SystemConfigFFmpegDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
accel | TranscodeHWAccel | ||
accelDecode | bool | ||
acceptedAudioCodecs | List | [default to const []] | |
acceptedVideoCodecs | List | [default to const []] | |
bframes | int | ||
cqMode | CQMode | ||
crf | int | ||
gopSize | int | ||
maxBitrate | String | ||
npl | int | ||
preferredHwDevice | String | ||
preset | String | ||
refs | int | ||
targetAudioCodec | AudioCodec | ||
targetResolution | String | ||
targetVideoCodec | VideoCodec | ||
temporalAQ | bool | ||
threads | int | ||
tonemap | ToneMapping | ||
transcode | TranscodePolicy | ||
twoPass | bool |