bbc / react-transcript-editor

A React component to make correcting automated transcriptions of audio and video easier and faster. By BBC News Labs. - Work in progress
https://bbc.github.io/react-transcript-editor
Other
558 stars 164 forks source link

How can i make transcript for my custom video in json format( bbc kaldi) #162

Closed Dheeraj15515 closed 5 years ago

Dheeraj15515 commented 5 years ago

I want to get transcript data of my custom video same as sample data present in project. How can i do it please help

pietrop commented 5 years ago

Hi @Dheeraj15515 You will need to generate a transcription using a STT service.

As of today component supports converting from these major STT services

BBC Kaldi is a BBC internal STT which unfortunately is not open source.

As a workaround you could use autoedit.io to generate your transcription json, with one of the STT services supported by autoEdit

And then import the autoEdit json of the transcription into transcript editor for your demo.

Hope this helps, I think it might be good to understand a bit better what are you trying to do with this component? in case there's a more appropriate solution.

Dheeraj15515 commented 5 years ago

Thank you so much for your valuable response. Actually i am making a web application where i have to show transcript for my videos and this react tool is very suitable for it. but the problem is that how can make my transcript with timestamps

Dheeraj15515 commented 5 years ago

And as i am student b..i want to do it free of cost

pietrop commented 5 years ago

Yeah, so autoEdit is open source so you can reuse some of that code if it helps.

Less accurate, but this is a link to the pocketsphinx no wrapper used in autoEdit.

And also check out Gentle STT for free/open source stt.

Closing this issue for now, but feel free to ask if you have any follow up questions