agermanidis / autosub

[NO LONGER MAINTAINED] Command-line utility for auto-generating subtitles for any video file
MIT License
4.14k stars 1.64k forks source link

Incomplete and incorect subtitles #165

Open hassanShabbir1960 opened 5 years ago

hassanShabbir1960 commented 5 years ago

I am using the following library , but the problem is that it is not producing exact subtitles. If there is ten to twenty words spoken in an interval , in srt file only 3 words are generated for that intervel. The issue that I am facing is that It is giving incomplete subtitles. For example for (if from 1 second to 8 second: Audio file contains A quick brown fox jumps over lazy dog). The generated .srt file will contains (quick over dog) instead of whole sentence. OR suggest me any other tool that will allow me to generate .srt file for a given audio.

Thanks in advance. @agermanidis @shaung @xennygrimmato

BingLingGroup commented 5 years ago

It seems like a speech region detection problem. I partially solved it by using a better detection package auditok. Hope it can improve your result. https://github.com/BingLingGroup/autosub