mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-17 21:23:53 +00:00
[BUG] DVB subtitles at wrong offset #568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NilsIrl on GitHub (Apr 3, 2020).
CCExtractor version:
8e729ccIn raising this issue, I confirm the following:
Necessary information
Video links
Additional information
Follow up to: https://github.com/CCExtractor/ccextractor/issues/1104#issuecomment-573349570
this is the current output:
The timestamps are more or less 6600ms too early, and therefore, are out of sync with the voice of the actors.
@cfsmp3 commented on GitHub (Apr 3, 2020):
Can you try 0.85?
For DVB timing that was our reference "everything seems great" version.
On Fri, Apr 3, 2020 at 9:52 AM Nils notifications@github.com wrote:
@NilsIrl commented on GitHub (Apr 3, 2020):
I double checked (as I had already bisected the whole history in #1104), and can confirm that v0.85 has the same beginning timing/offsets as master, for the 10 first subtitle screens. After that, 0.85 and master are at different offsets.
@cfsmp3 commented on GitHub (Apr 4, 2020):
How different? milliseconds can be OK, but if they diverge to the point of
losing lip sync then well, no...
On Fri, Apr 3, 2020 at 12:53 PM Nils notifications@github.com wrote:
@NilsIrl commented on GitHub (Apr 6, 2020):
As mentioned, 6600ms (more or less). So yes, lip sync is lost.
@SuvigyaJain1 commented on GitHub (May 1, 2021):
I'll be taking up this issue
@SuvigyaJain1 commented on GitHub (May 1, 2021):
VLC seems to detect 5 subs for the file - 4 CC and a DVB but only 2 work and both seem to in portuguese? How do I check the sync between portuguese subs and english audio? Sorry if its a dumb question
EDIT: resolved the issue in extracting subs. I didn't know I had to download the portuguese ocr traineddata file manually
@cfsmp3 commented on GitHub (May 1, 2021):
Manually. You course you won't be able to tell if the translation is correct, but you should easily see if the subtitles appear when the audio starts. (i.e. just load the .ts with your video player and then attach the generated subtitles to it).