BWF MetaEdit es open-source. Puedes compilar la versión CLI para Linux, evitando el EXE. Esta es la opción más "kubernetes-native", pero requiere más trabajo.
Export metadata to XML or CSV for ingestion into other databases. descargar bwf metaedit exe kubernetes
ADD https://mediaarea.net/download/binary/bwfmetaedit/23.11/BWFMetaEdit_CLI_23.11_Windows_x86_64.zip /install.zip BWF MetaEdit es open-source
Mount a shared volume (Azure Files, NFS, or blob storage via CSI) for input/output. descargar bwf metaedit exe kubernetes
apiVersion: batch/v1 kind: Job metadata: name: audio-metadata-update spec: template: spec: containers: - name: bwf-processor image: your-registry/bwf-metaedit:latest command: ["bwfmetaedit", "--out-core-xml", "/mnt/audio/file.wav"] volumeMounts: - name: audio-storage mountPath: /mnt/audio volumes: - name: audio-storage persistentVolumeClaim: claimName: audio-pvc restartPolicy: Never Use code with caution. 🚀 Why Use Kubernetes for BWF MetaEdit?