linkwoodworking

Results 3 issues of linkwoodworking

I ues this commond `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") }` The timestamps...