catalog/incubator/ffmpeg-mkvdts2ac3/2.0.12/ix_values.yaml

44 lines
866 B
YAML

env:
mkvdts2ac3_params: --compress none;-d;-n;-w /output;--new
output_format: mkv
parameters: -map 0;-vcodec copy;-scodec copy;-acodec ac3;-b:a 640k
script: encode.sh
image:
pullPolicy: IfNotPresent
repository: snoopy86/ffmpeg
tag: latest@sha256:4d2695ffee46787cd39a222dbc7c8a42c5d4a1a2dd976d4e23bea00470ac55c9
persistence:
config:
enabled: true
mountPath: /config
copy:
enabled: true
mountPath: /copy
output:
enabled: true
mountPath: /output
watch:
enabled: true
mountPath: /watch
podSecurityContext:
runAsGroup: 0
runAsUser: 0
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: false
ports:
main:
enabled: false
portal:
enabled: false