Sorry, we don't support your browser.  Install a modern browser

Could you explain to me how to obtain the transcription in SRT format? I have no idea about programming#27

?

Could you explain to me how to obtain the transcription in SRT format? I have no idea about programming

5 months ago

Currently, AFAIK, Gladia website has no resource for SRT subtitle.
To get so, you have to use command line utility, Gladia-CLI.
To understand and to use it, you have to have a minimum knownledge of such things.

Get the utility here:

https://github.com/gladiaio/gladia-cli

or directly:

https://github.com/gladiaio/gladia-cli/raw/main/go/dist/gladia-windows-amd64.exe

Command line is:

‘.\gladia-windows-amd64.exe’ –audio-file myvideo.mp4 –output-format srt > subtitle.srt

First, you have to register your API key in your profile folder.

Authentication:
Get you Gladia key here:

https://app.gladia.io/account

Please read this for more details:

https://docs.gladia.io/reference/overview

5 months ago