mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #700] Fixes for teletext in .bin files (-unixts param, proper return code, -ucla param). #1525
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?
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 :
Now :
Earlier :
Now :
Fixes #667 . :)