Skip to content

No timestamps in Export-SubRip #229

@kasyuk

Description

@kasyuk

Hi. I wrote this code in PowerShell, but the output I get has no timestamp in the .srt files

Import-Module WhisperPS -DisableNameChecking
$Model = Import-WhisperModel X:\Whisper\model-base.bin
$Files = dir .\* *.mp4 | Transcribe-File $Model
foreach ($i in $Files) { $result= $i.SourceName + ".srt"; $i | Export-SubRip $result; }

In the file I have 00:00:00,000 --> 00:00:00,000 everywhere
{2189AC3D-7F1A-416D-A3E0-590E0C2C0129}
What I do wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions