Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Import Web Video Text Tracks (.vtt) data
ResourceFunction["ImportVTT"][path] imports a .vtt file to a Dataset of values. |
Import a simple .vtt file:
In[1]:= |
In[2]:= |
Out[2]= |
Often, VTT files hold a separate record for each phrase spoken:
In[3]:= |
Out[3]= |
You can catenate consecutive phrases by the same speaker to make transcriptions easier to follow:
In[4]:= |
Out[4]= |
This work is licensed under a Creative Commons Attribution 4.0 International License