Forum Discussion
VTT Cleaner website missing
- Jun 11, 2020
drusome naomiii ericlott KWildman Thx to everyone in this thread for participating till now!
I could access the cached version of the VTTCleaner and view the html source. I extracted the code and I have written a PowerShell script to clean a VTT file. It is in my GitHub repo now. See: https://github.com/tomka75/Tools/tree/master/MicrosoftStream/VTTCleaner
Call:
.\Clean-MicrosoftStreamVttFile.ps1 -File MicrosoftStreamVideoTranscriptDemo.vtt
Result is a clean text output in file MicrosoftStreamVideoTranscriptDemo.vttcleaned.
I hope this can help someone!
Hi drusome and everyone, I did some searching (I couldn't use the cached file that one of the responders mentioned). So I did some searching and found these instructions. They clean the VVT file just like the microsoft docs link did. There's a few steps but super easy, takes a few minutes. Hope this helps.
- Copy and paste all text from the VVT file into Excel. Select all.
- Do a find and replace on NOTE* and replace with a blank
- Do a find and replace on *-* and replace with a blank
- Then to get rid of the blank rows, do ctrl G to open the "Go to" popup. Click "Special". Select "Blanks".
- In the Home menu of Excel, go to the "Cells" section. Click the "Delete" drop down and select "delete sheet rows".
- Copy the text to Word, use the paste special function to copy just the text so as not to copy the text in the rows.
- In Word: do CTRL A to select all, CTRL H to find and replace, click MORE, then under special, choose paragraph mark, then replace all.
- Your data is now ready for editing.
- ericlottJun 11, 2020Copper Contributor
Hi KWildman and all,
https://subtitletools.com/convert-subtitles-to-plain-text-online
Found this on anther thread dealing with this and wanted to pass on here. Makes pretty quick work of it.
Best
- KWildmanJun 11, 2020Copper ContributorAwesome thanks for sharing!!