joegasper / VTT-to-SRT

Convert VTT caption files to SRT format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VTT to SRT

Convert VTT caption files to SRT format with PowerShell

Script uses Select-String instead of often used Get-Content, greatly improving conversion time for large files.

ConvertTo-SRT.ps1

PowerShell function

VTT2SRT.ps1

Simplified script for conversion to executable (using WIN-PS2EXE)

VTT2SRT.exe

Executable version that supports multi-file drag-n-drop.


subtitle transcript caption Microsoft-Stream Mediasite YouTube convert vtt srt webvtt subrip

About

Convert VTT caption files to SRT format

License:MIT License


Languages

Language:PowerShell 100.0%