Online Subtitle Converter!

Web Video Text Tracks Format (WebVTT) is a format for displaying timed text tracks (such as subtitles or captions) using the element. The primary purpose of WebVTT files is to add text overlays to a <video>. WebVTT is a text based format, which must be encoded using UTF-8. Where you can use spaces you can also use tabs. There is also a small API available to represent and manage these tracks and the data needed to perform the playback of the text at the correct times. SMI, SRT 자막을 웹표준 포맷인 VTT 로 변환할 수 있습니다.

API Live Convert

파일 경로를 지정하면 실시간으로 변환하여 표시합니다.

https://haasoo.com/api/subtitle.php?subtitle=[SMI OR SRT FILE PATH]

https://haasoo.com/api/subtitle.php?subtitle=https%3A%2F%2Fhaasoo.com%2Fapi%2Fsample.smi

HTML5 Video Tag Example


<video width="320" height="240" controls crossorigin="anonymous">
  <source src="movie.mp4" type="video/mp4">
  <track src="https://haasoo.com/api/subtitle.php?subtitle=https%3A%2F%2Fhaasoo.com%2Fapi%2Fsample.smi" kind="subtitles" srclang="en" label="Subtitle 1">
Your browser does not support the video tag.
</video>