enable automatic transcription of videos
This commit is contained in:
parent
593f64d38c
commit
59b1266f90
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user