[PR #700] Fixes for teletext in .bin files (-unixts param, proper return code, -ucla param). #1525

Open
opened 2026-01-29 17:16:56 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/700

State: closed
Merged: Yes


Earlier even when captions were extracted, the return code was 10 and there was prompt no captions found.

Also, teletext page should now appear correctly instead of cc?.
-unixts param works for teletext for .bin

Earlier :

19700101000041.940|19700101000045.000|CC?||The whole forest is disappearing underground!
19700101000045.100|19700101000048.080|CC?||<font color="#00ffff">Disappearing? Are you sure, Mofy?</font>
19700101000048.180|19700101000052.040|CC?||I've just seen it! I couldn't believe my eyes.
19700101000052.140|19700101000054.280|CC?||Mogu, your bag!

Now :

20170123191246.100|20170123191249.080|801|<font color="#00ffff">Disappearing? Are you sure, Mofy?</font>
20170123191249.180|20170123191253.040|801|I've just seen it! I couldn't believe my eyes.
20170123191253.140|20170123191255.280|801|Mogu, your bag!

Earlier :

Creating DUP
Notice: Teletext page with possible subtitles detected: 801
- No teletext page specified, first received suitable page is 801, not guaranteed

Done, processing time = 0 seconds

Teletext decoder: 2944 packets processed

No captions were found in input.
Issues? Open a ticket here
https://github.com/CCExtractor/ccextractor/issues


Now :

Creating DUP
Notice: Teletext page with possible subtitles detected: 801
- No teletext page specified, first received suitable page is 801, not guaranteed

Done, processing time = 0 seconds

Teletext decoder: 2944 packets processed
Issues? Open a ticket here
https://github.com/CCExtractor/ccextractor/issues

Fixes #667 . :)

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/700 **State:** closed **Merged:** Yes --- Earlier even when captions were extracted, the return code was 10 and there was prompt no captions found. Also, teletext page should now appear correctly instead of `cc?`. -unixts param works for teletext for .bin Earlier : ``` 19700101000041.940|19700101000045.000|CC?||The whole forest is disappearing underground! 19700101000045.100|19700101000048.080|CC?||<font color="#00ffff">Disappearing? Are you sure, Mofy?</font> 19700101000048.180|19700101000052.040|CC?||I've just seen it! I couldn't believe my eyes. 19700101000052.140|19700101000054.280|CC?||Mogu, your bag! ``` Now : ``` 20170123191246.100|20170123191249.080|801|<font color="#00ffff">Disappearing? Are you sure, Mofy?</font> 20170123191249.180|20170123191253.040|801|I've just seen it! I couldn't believe my eyes. 20170123191253.140|20170123191255.280|801|Mogu, your bag! ``` Earlier : ``` Creating DUP Notice: Teletext page with possible subtitles detected: 801 - No teletext page specified, first received suitable page is 801, not guaranteed Done, processing time = 0 seconds Teletext decoder: 2944 packets processed No captions were found in input. Issues? Open a ticket here https://github.com/CCExtractor/ccextractor/issues ``` Now : ``` Creating DUP Notice: Teletext page with possible subtitles detected: 801 - No teletext page specified, first received suitable page is 801, not guaranteed Done, processing time = 0 seconds Teletext decoder: 2944 packets processed Issues? Open a ticket here https://github.com/CCExtractor/ccextractor/issues ``` Fixes #667 . :)
claunia added the pull-request label 2026-01-29 17:16:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1525