When parsing a srt file and it is not properly encoded into utf-8 it will remove lines. Example : ``` 144 00:05:43,673 --> 00:05:45,206 Have you ever had déjà vu? ``` I solved it by using https://github.com/neitanod/forceutf8 before parsing the srt. You might want to implement it ? Thanks for your project !