0

Is there a way or any plugin who can generate transcript of video to play in website page. e.g the captions and subtitle of video in English language

Asad
  • 3,070
  • 7
  • 23
  • 61

1 Answers1

2

Yes, you can use SpeechRecognition() and VTTCue() to transcribe audio output and create TextTracks for the video.

See

guest271314
  • 1
  • 15
  • 104
  • 177
  • is it free service ? – Asad Aug 15 '17 at 14:28
  • @Asad Yes. Have you read the linked documentations? See also [How to use Web Speech API at chromium?](https://stackoverflow.com/questions/44013933/how-to-use-web-speech-api-at-chromium) – guest271314 Aug 15 '17 at 14:30