mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #334] [CLOSED] Fixing issues with ISDB #1175
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/334
Author: @Abhinav95
Created: 3/17/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
02b93faISDB - Fixing end timestamp and ignoring teletext page value NA in -ucla78585c8ISDB timestamps now incrementing by setting current timestamp to the FTS📊 Changes
6 files changed (+18 additions, -8 deletions)
View changed files
📝
src/lib_ccx/ccx_common_option.c(+1 -0)📝
src/lib_ccx/ccx_common_option.h(+2 -0)📝
src/lib_ccx/ccx_decoders_isdb.c(+1 -0)📝
src/lib_ccx/ccx_encoders_common.c(+9 -7)📝
src/lib_ccx/ccx_encoders_common.h(+2 -0)📝
src/lib_ccx/params.c(+3 -1)📄 Description
#284
The current fix I have used is setting the current timestamp of the detected subtitle line to the FTS at that point. This makes the timestamps increment according to the time the subtitle was found in the file (which is correct), but the end time is considered as the start time of the next subtitle line (which is not always correct). In any case, it is a much more accurate representation and way better than the timestamps not incrementing at all.
Also, this pull request takes care of removing the "NA" in the third column when using -UCLA.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.