mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-16 05:25:09 +00:00
[BUG] Error: Syntax problem: Final 0xFF marker missing. #446
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 @bubbaprog on GitHub (Sep 11, 2018).
CCExtractor version 0.87
I have read and understood the contributors guide.
I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
I have checked that the issue I'm posting isn't already reported.
I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
I have used the latest available version of CCExtractor to verify this issue exists.
I absolutely love CCExtractor, but have not contributed previously.
Is this a regression (did it work before)? [X] NO | [ ] YES - please specify the last known working version
What platform did you use? [ ] Windows - [ ] Linux - [X] Mac
What were the used arguments? --out=bin
SAMPLE VIDEO:
https://drive.google.com/file/d/1loifBNC-vEACBt16896tGi5OtFaVJA9l/view?usp=sharing
Additional information
Subtitles confirmed to work in playback in VLC, but ccextractor returns Syntax problem when attempting to extract.
@sudz123 commented on GitHub (Sep 29, 2018):
Hi I am new to ccextractor, but I'd like to understand it better. I'd like to help solve this issue, is it up for grabs? How can I go about it? I am working on an OSX machine.
@cfsmp3 commented on GitHub (Sep 29, 2018):
Yes, go for it!
On Sat, Sep 29, 2018 at 2:01 AM Sudarshan Kamath
notifications@github.com wrote:
@MatejMecka commented on GitHub (Oct 29, 2018):
I Commented out the line causing the error and the output is terrible.
The subtitle begins 10 seconds later and i miss a lot of subtitled commentary. Even with the 10 second delay the subtitles are never matched with the Commentators.
Also for some reason the last line in the subtitle block is repeated on the next beginning block.
You can also notice that the last part is cutout.
I've attached the .srt file below and I'll continue debugging to find the cause.
UPDATE: Apparently they are roll-up captions and i'm an idiot. And apparently this makes the subtitles in CEA-608(I might be saying dumb stuff, forgive me for my mistakes).
UPDATE 2: This happens in the First Track which is an AVC Track. Caption Blocks are being extracted all the time in
user_data_registered_itu_t_t35avc_functions.cIncluding where the error arrises too.b8c1499111/src/lib_ccx/avc_functions.c (L503)During Monitoring the
local_cc_countvariable I noticed that all the time it's 20 and then becomes 0 and exits. This Occurs Multiple times during the stream!cc_tmp_data[local_cc_count*3]is always255 '\xff'and is affected by thelocal_cc_countwhen it goes to 0@cfsmp3 commented on GitHub (Nov 2, 2018):
Fixed in master