mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] -out=spupng with EIA608/teletext: offset values in XML may be not correct #361
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
-out=spupngAdditional information
While I am not sure if it worked before, the issue may be introduced in pr #877 , when changing the old implementation to the new FreeType one.
The old implementation just used fixed values for the offset, and when the font size, canvas width can be customized, the offset values should also be changed accordingly.
PS: 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.
@gagan-baghel commented on GitHub (Feb 20, 2021):
hey i would like to work on this
@gagan-baghel commented on GitHub (Feb 20, 2021):
@cfsmp
@gagan-baghel commented on GitHub (Feb 20, 2021):
can you help me to understand this a little more
@gaurav02081 commented on GitHub (Dec 16, 2025):
#claim
I’m reviewing
ccextractor/src/lib_ccx/ccx_encoders_spupng.cand understanding how currently works.I’ll share a proposed approach once I validate it against existing behavior.
The issue is a mismatch between the hardcoded offset values and the actual image dimensions generated by the text renderer for EIA608/Teletext.
the offsets are hardcoded
The Conflict: The code writes the xOffset of 88 into the XML, but the image is 600px wide.
i am working on this issue and trying to learning about it in this week .
@Ritish017 commented on GitHub (Dec 25, 2025):
Hi 👋
I’d like to help with confirming whether this issue is still reproducible
on the current version of CCExtractor.
I’ll test
-out=spupngwith EIA608/teletext and share the results here.Please let me know if that’s okay.
Thanks!
@cfsmp3 commented on GitHub (Jan 10, 2026):
Closed by #1850