Speech to Text SRT with Timestamp

Shailendra Abhyankar 21 Reputation points
2021-02-25T09:17:16.24+00:00

Hi, I want Subrip subtitles (SRT) file as output from Speech to Text. I tried to find the webpage where I can upload video/audio to check the result in SRT format. But, not able to find any such link. Please provide me the link where I can upload video/audio from any language and will receive SRT output with time stamps. Thanking you in advance Regards, Shailendra Abhyankar

Azure Speech
Azure Speech
An Azure service that integrates speech processing into apps and services.
908 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 32,441 Reputation points Microsoft Employee
    2021-02-25T10:49:47.623+00:00

    @Shailendra Abhyankar Currently the speech to text feature of Azure speech service does not provide an option to readily download an SRT file format from uploaded speech file. But, I have found an interesting thread on stack overflow for a similar question that can help you create one with python SDK of speech service.
    The configuration in the code is basically using the request_word_level_timestamps() option to get timestamps from the audio and then converting them to SRT file format.

    A more readily available option also on Azure is to use the video indexer service to get closed captions or subtitles from audio/video files. This option though will provide URL of the file which can be downloaded.

    0 comments No comments

0 additional answers

Sort by: Most helpful