mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 17:24:58 +03:00
feat(server, web): accepted codecs (#6460)
* chore: rebase * chore: open api --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
@@ -9386,6 +9386,18 @@
|
||||
"accel": {
|
||||
"$ref": "#/components/schemas/TranscodeHWAccel"
|
||||
},
|
||||
"acceptedAudioCodecs": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/AudioCodec"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"acceptedVideoCodecs": {
|
||||
"items": {
|
||||
"$ref": "#/components/schemas/VideoCodec"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"bframes": {
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -9437,6 +9449,8 @@
|
||||
},
|
||||
"required": [
|
||||
"accel",
|
||||
"acceptedAudioCodecs",
|
||||
"acceptedVideoCodecs",
|
||||
"bframes",
|
||||
"cqMode",
|
||||
"crf",
|
||||
|
||||
Reference in New Issue
Block a user