{{ .Release.Name }} is deployed to {{ .Release.Namespace }} namespace.

Input directories: /videos /subtitles
Output directory: /output

Examples of usage (replace "subaligner-**-*" with the actual pod name):
kubectl exec -it subaligner-**-* -- subaligner -m dual -v /videos/video.mp4 -s /subtitles/subtitle.srt -o /output/subtitle_aligned.srt
kubectl exec -it subaligner-**-* -- subaligner_batch -m dual -vd /videos -sd /subtitles -od /output
kubectl exec -it subaligner-**-* -- subaligner -m transcribe -v /videos/video.mp4 -ml eng -mr whisper -mf small -o /output/subtitle_aligned.srt

More can be found at:
https://subaligner.readthedocs.io/en/latest/usage.html
https://subaligner.readthedocs.io/en/latest/advanced_usage.html

Thank you for installing the Subaligner Helm Chart!