Hello, Can you please tell me why the web address has been removed? This VTT cleaner was extremely helpful.
https://docs.microsoft.com/en-us/stream/media/stream-utils/cleanvtt.html
I googled and found this post in the wrong forum:
The website is down. Was it removed?
Hello, Can you please tell me why the web address has been removed? This VTT cleaner was extremely helpful.
https://docs.microsoft.com/en-us/stream/media/stream-utils/cleanvtt.html
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!
@MichelleL-2384 Hello, have you gotten any feedback on this?
Thank you!
drusome I've been cleaning my VTTs via Excel. I documented how to do that in a video here; https://www.youtube.com/watch?v=t274fWR1mIo
New link everyone!
https://amsglob0cdnstream13.azureedge.net/vttcleaner/CleanVTT.html
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 Tomislav Karafilov. Just wanted to say a BIG high 5 for your share of the VTTCleaner code (and an equally big thanks to @Marc Mroz. for the original). This has saved HOURS of work. I'm a happy person this evening 🙂
This works if you set output as plain text: https://toolslick.com/conversion/subtitle/all
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.
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