I feel like this python program is almost perfect. It just needs to format subtitles in the right format, - Where it should generate shows short phrases, with line breaks that can be read quickly in the middle of your screen in the movie. - Perfect timing of the subtitle, and learning the right punctuation. Currently it does perfectly time it, but not correctly punctuates it. - Multiple dialogs starting with "-", - Automatic speaker name tagging, if chosen by the user. By teaching it with the name of the characters in the movie, and learning to identify it with their voices. - And automatic describing of noises or music tags in the movie soundtrack. If chosen by the user
This is a first attempt on doing it, but thanks for all the feedback!!! Now I'm working in an app to edit the .srt file or any transcription with timestamps on the fly while the audio or video(audio) is playing, highlighting the portion of the text that could be edited... In a couple of days I'll make the code available with a demo video too.
I feel like this python program is almost perfect. It just needs to format subtitles in the right format,
- Where it should generate shows short phrases, with line breaks that can be read quickly in the middle of your screen in the movie.
- Perfect timing of the subtitle, and learning the right punctuation. Currently it does perfectly time it, but not correctly punctuates it.
- Multiple dialogs starting with "-",
- Automatic speaker name tagging, if chosen by the user. By teaching it with the name of the characters in the movie, and learning to identify it with their voices.
- And automatic describing of noises or music tags in the movie soundtrack. If chosen by the user
This is a first attempt on doing it, but thanks for all the feedback!!! Now I'm working in an app to edit the .srt file or any transcription with timestamps on the fly while the audio or video(audio) is playing, highlighting the portion of the text that could be edited... In a couple of days I'll make the code available with a demo video too.