mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 21:23:42 +00:00
[BUG] -out=spupng with EIA608/teletext: tags are rendered as-is. #359
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 @harrynull on GitHub (Jan 9, 2018).
Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].
CCExtractor version (using the --version parameter preferably) : 0.86
In raising this issue, I confirm the following (please check boxes, eg [X]):
My familiarity with the project is as follows (check one, eg [X]):
Necessary information
377dc2a48d-out=spupngAdditional information
Example of tag rendered as-is.
The issue is introduced in pr #877 , when changing the old implementation to the new FreeType one. The tags are not parsed and rendered as-is.
You can refer to the old implementation for the parsing part (I didn't look into it so I don't know if the old code can apply):
377dc2a48dPS: Make sure you set an alert in GitHub so you get notifications about your ticket. We may need to ask questions and we do everything inside GitHub's system.
@cfsmp3 commented on GitHub (Jan 10, 2018):
@harrynull This is your thing now :-) If you found something is now broken, just send a new PR to fix it. No one more qualified than you.
@harrynull commented on GitHub (Jan 10, 2018):
I will try to fix it probably after GCI, when I have a winter break. I am too busy right now.
@cfsmp3 commented on GitHub (Jan 25, 2020):
Closing since it's in theory fixed. @harrynull can you confirm and reopen if needed?