Yoinking auto-transcripts from Slack

We are creating some How-To Videos for Luro. Exciting to be at that point in product development, but it would be nice if our videos had captions from day one to set a precedent. We could pay to have them all transcribed, or pay for some automated capt…


This content originally appeared on daverupert.com and was authored by daverupert.com

We are creating some How-To Videos for Luro. Exciting to be at that point in product development, but it would be nice if our videos had captions from day one to set a precedent. We could pay to have them all transcribed, or pay for some automated caption service, or even upload them all to YouTube and get transcriptions once those finish processing… but ughck, those options are extra work and not “lean” in spirit.

That’s when we noticed Slack started adding transcriptions for any video we upload. We had transcriptions! In the spirit of patching the Web, I wrote a one-liner console script to yoink those VTT transcriptions from Slack for Web with a little URL hacking.

Find the uploaded video in Slack, click “View Transcript” in the caption below the video, then click the “Expand” button to see the video and the transcript side-by-side. Then put this in the console:

$('video').poster.split('/').slice(0,-1).join('/') + '/file.vtt'

⚠️ Warning: Auto-captions —what the deaf community lovingly refer to as “auto-craptions”— have limitations. For example, it transcribes our “Luro” as “Laura” and is entirely wrong and non-sensical at times. I point this out to show that you’ll need a human in the mix to proofread and fix captions. Be extra alert when dealing with technical content.

Anyways, hope this is helpful.


This content originally appeared on daverupert.com and was authored by daverupert.com


Print Share Comment Cite Upload Translate Updates
APA

daverupert.com | Sciencx (2023-01-29T19:13:00+00:00) Yoinking auto-transcripts from Slack. Retrieved from https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/

MLA
" » Yoinking auto-transcripts from Slack." daverupert.com | Sciencx - Sunday January 29, 2023, https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/
HARVARD
daverupert.com | Sciencx Sunday January 29, 2023 » Yoinking auto-transcripts from Slack., viewed ,<https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/>
VANCOUVER
daverupert.com | Sciencx - » Yoinking auto-transcripts from Slack. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/
CHICAGO
" » Yoinking auto-transcripts from Slack." daverupert.com | Sciencx - Accessed . https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/
IEEE
" » Yoinking auto-transcripts from Slack." daverupert.com | Sciencx [Online]. Available: https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/. [Accessed: ]
rf:citation
» Yoinking auto-transcripts from Slack | daverupert.com | Sciencx | https://www.scien.cx/2023/01/29/yoinking-auto-transcripts-from-slack/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.