lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.43k stars 295 forks source link

gentle align with srt #117

Open kadallah opened 7 years ago

kadallah commented 7 years ago

Is it possible to align videos using an SRT file instead of a text file?

Liontooth commented 7 years ago

Gentle currently takes raw text as input, so the (imprecise) timing information in an srt file cannot currently be utilized. However, some of us are contemplating how to add this feature, see #81 and #103.

yifan commented 7 years ago

It is far easier just to develop a python script to process srt and make request to gentle server for each segment. I have done so for my colleague and it worked well.