Skip to content

Latest commit

 

History

History
executable file
·
35 lines (20 loc) · 979 Bytes

README.md

File metadata and controls

executable file
·
35 lines (20 loc) · 979 Bytes

Caption Creator

Warning: This project in active development.

Create and Edit Web Video Text Track (WebVTT) file for a video.

It allows you to manually add them or generate them automatically using Cloud Speech-to-Text API

Image of Yaktocat

Backend

Automatically extract caption/subtitles for the video using Cloud Speech-to-Text API.

  • Upload video to GCP storage
  • Using Cloud Functions & ffmpeg convert Audio from Video
  • Store Audio file on GCP storage
  • Send Audio file to GCP Speech to Text API

Main Technologies

Client Side

Server Side