enable automatic transcription of videos

This commit is contained in:
dump_stack() 2024-09-19 08:52:32 +00:00
parent 593f64d38c
commit 59b1266f90
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB

View File

@ -136,6 +136,12 @@ in {
resolutions: resolutions:
480p: true 480p: true
1080p: true 1080p: true
video_transcription:
enabled: true
engine: 'whisper-ctranslate2'
model: 'large-v3'
EOF EOF
''; '';