Search found 2 matches

Go to advanced search

by smacke
26 Feb 2019 02:01
Forum: Development around libVLC
Topic: Automatic synchronization of subtitles with video
Replies: 2
Views: 3662

Re: Automatic synchronization of subtitles with video

Glad to hear that there is some interest! Regarding the threading: actually, it's not pthreads that was giving me trouble, it was with trying to understand the various data structures and how thread A should get at data local to thread B, or which thread A should talk to in order to get a particular...
by smacke
25 Feb 2019 21:08
Forum: Development around libVLC
Topic: Automatic synchronization of subtitles with video
Replies: 2
Views: 3662

Automatic synchronization of subtitles with video

Hello, I developed a prototype script for automatically synchronizing subtitles with video. Here is a link: https://github.com/smacke/subsync It seems to work surprisingly well, and correctly synchronizes out-of-sync subtitles to within ~1s of correct more than 95% of the time. I've found this to be...

Go to advanced search