You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Might be useful to output these into "CuePoints" format so that way we can integrate directly with Mux https://www.mux.com/blog/interactive-video-transcript and their new chapters functionality that's going to be added to media chrome.
It's basically
const cuePoints = [
{
time: 0,
value:
"Hey everyone, I'm Dylan with Mux, and today we are going to get started with Mux Player."
},
{
time: 6.320666666666667,
value:
"Mux Player is a drop in web component for doing video playback with Mux assets in your web application."
},
I'm sure you could add extra data here as well like "speaker" without breaking anything.
Been trying out a bunch of services - Deepgram seems to be the best so far.
The text was updated successfully, but these errors were encountered: