1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-01 09:51:16 +02:00
immich/mobile/openapi/doc/SystemConfigFFmpegDto.md
Markus 8aef92affc
feat(server, web): accepted codecs (#6460)
* chore: rebase

* chore: open api

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
2024-01-26 12:02:56 -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
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]