#70·Whisper

当我尝试使用 WhisperPS 转录整个文件夹时,生成的时间戳无法使用。

作者: linkwoodworking创建于 2023年3月28日更新于 2026年4月8日

我使用了以下命令 `Import-Module WhisperPS -DisableNameChecking` `$Model = Import-WhisperModel D:\ai_model\WhisperDesktop\ggml-model-whisper-medium.bin` `cd D:\test` `dir *.mp4 | Transcribe-File $Model | foreach { $_ | Export-SubRip ($_.SourceName + ".srt") }` srt 文件中的时间戳都是 00:00:00,000 --> 00:00:00,000

内容来源: Const-me/Whisper