1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-04 02:46:47 +01:00
immich/mobile/openapi/doc/SystemConfigFFmpegDto.md
Mert d8eca168ca
feat(server): fully accelerated nvenc (#9452)
* 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
2024-05-16 13:30:26 -04:00

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

[Back to Model list] [Back to API list] [Back to README]