Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transcripts #958

Closed
wesbos opened this issue May 3, 2023 · 4 comments
Closed

Transcripts #958

wesbos opened this issue May 3, 2023 · 4 comments
Assignees
Labels
workingOnIt() Someone is working on it and a PR has been made

Comments

@wesbos
Copy link
Collaborator

wesbos commented May 3, 2023

Been trying out a bunch of services - Deepgram seems to be the best so far.

@wesbos wesbos self-assigned this May 3, 2023
@stolinski stolinski added the workingOnIt() Someone is working on it and a PR has been made label Jul 14, 2023
@stolinski stolinski added this to the New Website milestone Jul 14, 2023
@benvinegar
Copy link
Contributor

Relates to #991

@stolinski
Copy link
Collaborator

stolinski commented Aug 3, 2023

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.

Related #1026

@wesbos
Copy link
Collaborator Author

wesbos commented Oct 19, 2023

Transcripts are finished!

@wesbos wesbos closed this as completed Oct 19, 2023
@edm00se
Copy link

edm00se commented Oct 19, 2023

As someone who frequently tries to remember the context in which I recall something neat being mentioned, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
workingOnIt() Someone is working on it and a PR has been made
Projects
None yet
Development

No branches or pull requests

4 participants