mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 13:35:45 +00:00
Automatic videotext Subtitle extraction fails for some HD TS files #110
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 @workflowsguy on GitHub (Feb 2, 2016).
When running CCExtractor 0.79 on those files, the output is as follows:
When running telxcc on the file, the subtitles are correctly extracted.
It seems that autodetection for video type fails in this case. It works if the parameter "in=ts" is added to the command line.
The MediaInfo information for this file is:
@cfsmp3 commented on GitHub (Feb 2, 2016):
Probably just forcing ts as input type would work. Seems like it's
incorrectly detecting it as a MP4.
On Tue, Feb 2, 2016 at 1:44 AM, workflowsguy notifications@github.com
wrote:
@vinayakathavale commented on GitHub (Mar 9, 2016):
@workflowsguy can you provide the sample file (a small sample cut from the original should be enough)
@YorkHe commented on GitHub (Mar 14, 2016):
It might be related to a broken header or transformed file from MP4 to TS, since in the file-detecting program, the MP4 detection procedure goes before TS detection procedure and it did detected a valid sync-code in box.
@at25sep commented on GitHub (Mar 15, 2016):
File-detecting program detect only "mfra" mp4 box in this video which is a trailer and it is assigned weight 3 in ccx_stream_mp4_boxes . So, program detects file as mp4. "mfra" box weight should be "1" so that other box too can confirm file is mp4.