mirror of https://github.com/Chocobozzz/PeerTube
Better whisper-ctranslate vad filter option
parent
efa58350eb
commit
07058e17c3
|
@ -37,6 +37,10 @@ export class Ctranslate2Transcriber extends OpenaiTranscriber {
|
|||
'True',
|
||||
'--vad_filter',
|
||||
'true',
|
||||
// Better precision with 5s of audio
|
||||
// We mainly use vad_filter to improve language detection (first 30 seconds of the video, so no voice is problematic)
|
||||
'--vad_min_silence_duration_ms',
|
||||
'5000',
|
||||
'--output_format',
|
||||
'all',
|
||||
'--output_dir',
|
||||
|
|
Loading…
Reference in New Issue