immich/mobile/openapi/doc/SystemConfigFFmpegDto.md
t4keda 76f8d030ce
added a configuration option to select the dri node in transcoding (#6376)
* 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>
2024-01-29 20:40:02 -05:00

1.2 KiB
Generated

openapi.model.SystemConfigFFmpegDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
accel TranscodeHWAccel
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]