mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] Regression bug causing ccextractor 0.94 to crash #782
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 @rboy1 on GitHub (Oct 27, 2023).
CCExtractor version: 0.94
In raising this issue, I confirm the following:
Necessary information
EIA-608 and EIA-708 streams.tsVideo links
https://www.dropbox.com/scl/fi/zoaavo5y9szk1tn4uee7l/EIA-608-and-EIA-708-streams.ts?rlkey=46xgwv6rdamo50mpnxk7x9eux&dl=0
Additional information
Using
set RUST_BACKTRACE=fullto get a full stack trace, see below.Here's the output of the CLI
It works fine with 0.93
@IshanGrover2004 commented on GitHub (Dec 22, 2023):
I guess this issue is fixed in code after 0.94 package release.
So, upcoming release doesn't contain this bug
@rboy1 commented on GitHub (Dec 22, 2023):
The last update to this code was 2 years ago. Are you sure it's fixed?
@IshanGrover2004 commented on GitHub (Dec 23, 2023):
Yeah, I also checked that but I ran
./ccextracter sample.ts -608from source binary which run successfully whereas with installed binary its not running(panicking because ofindex out of bounds).@rboy1 commented on GitHub (Dec 23, 2023):
Is that the same sample I uploaded: https://www.dropbox.com/scl/fi/zoaavo5y9szk1tn4uee7l/EIA-608-and-EIA-708-streams.ts?rlkey=46xgwv6rdamo50mpnxk7x9eux&dl=0
@IshanGrover2004 commented on GitHub (Dec 23, 2023):
Yes, i used the same sample you uploaded
And this is the output.srt
Command used:
./ccextractor ~/Downloads/cc/streams.ts -608 -o out.srt-> Runs successfully ✔️Using 0.94 installed binary causes error:
ccextractor ~/Downloads/cc/streams.ts -608 -o out.srt@IshanGrover2004 commented on GitHub (Dec 28, 2023):
Do you know, what could be problem here?
@cfsmp3