nvqc86 / extract_subtitle_from_pluralsight

Extract Subtitle From Pluralsight
3 stars 0 forks source link

subtitle doesn't sync with video #2

Open farhadibehnam opened 7 years ago

farhadibehnam commented 7 years ago

Hi

I use your script for extract subtitles, but there is a problem in it. when I downloaded subtitles and I put it in TheKmplayer or Potplayer , ... but unfortunately,subtitle doesn't sync with it. please check it out.

Thanks a lot

nvqc86 commented 7 years ago

Please rename the subtitle file same as the video file. I've tried with Windows Media Classic Player, there is sync perfectly

Note: sometimes, there are their timing errors when uploading the transcript, and that maybe cause that syncing problem. Please try with your previous video to see if they all have the same syncing problem or not.

Please let me know if the above troubleshooting work for you Thanks

farhadibehnam commented 7 years ago

It doesn't work in some tutorials for example "ADO.NET by Example" IMO,there is problem in .srt files fro example this is part fo .srt file ("ADO.NET by Example" )

ADO.NET Disconnected Model

1 00:00:01,757455555556 --> 00:00:09,757455555556 Whenever we use this model to interact with the database, then the connectivity between the application and

2 00:00:09,757455555556 --> 00:00:18,757455555556 the database is not required while performing any navigations or manipulations on the data.

3 00:00:18,757455555556 --> 00:00:28,757455555556 In order to understand ADO.NET disconnected model in simple non-technical terms, then working with ADO.NET

numbers are too big and the exactly problem is in those.

but when I converted to this format problem is fixed

1 00:00:01,754 --> 00:00:09,754 Whenever we use this model to interact with the database, then the connectivity between the application and

2 00:00:09,754 --> 00:00:18,754 the database is not required while performing any navigations or manipulations on the data.

3 00:00:18,754 --> 00:00:28,754 In order to understand ADO.NET disconnected model in simple non-technical terms, then working with ADO.NET

Thanks

nvqc86 commented 7 years ago

Thanks for the info. I will reformat it to force the time into 3 decimal place.