mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
variablize transcoder settings
This commit is contained in:
parent
839548cb44
commit
8e61244e7b
@ -48,9 +48,9 @@ spec:
|
||||
{{- end }}
|
||||
env:
|
||||
- name: GOCODER_HWACCEL
|
||||
value: disabled
|
||||
value: {{ .Values.kyoo.transcoderAcceleration }}
|
||||
- name: GOCODER_PRESET
|
||||
value: fast
|
||||
value: {{ .Values.kyoo.transcoderPreset }}
|
||||
- name: GOCODER_CACHE_ROOT
|
||||
value: /cache
|
||||
- name: GOCODER_METADATA_ROOT
|
||||
|
@ -84,6 +84,11 @@ kyoo:
|
||||
unloggedPermissions: ""
|
||||
libraryIgnorePattern: ".*/[dD]ownloads?/.*"
|
||||
languages: "en"
|
||||
# hardware acceleration profile (valid values: disabled, vaapi, qsv, nvidia)
|
||||
transcoderAcceleration: disabled
|
||||
# the preset used during transcode. faster means worst quality, you can probably use a slower preset with hwaccels
|
||||
# warning: using vaapi hwaccel disable presets (they are not supported).
|
||||
transcoderPreset: fast
|
||||
apikey:
|
||||
existingSecret: bigsecret
|
||||
apikeyKey: kyoo_apikeys
|
||||
|
Loading…
x
Reference in New Issue
Block a user