mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
empty 608 cc3 caption generating with option -12 #605
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 @Rameishkumar123 on GitHub (Nov 23, 2020).
I am using
cmd: /usr/bin/ccextractor -nobom --service all[ISO88591] -nofc -ts -12 -s 180 /home/dn/ramesh/191505_20201123020000.ts
its generating caption like
-rw------- 1 root root 205930 Nov 23 11:23 191505_20201123020000_1.srt
-rw------- 1 root root 0 Nov 23 11:04 191505_20201123020000_2.srt
-rw------- 1 root root 132090 Nov 23 11:04 191505_20201123020000.p1.svc01.srt
-rw------- 1 root root 76040 Nov 23 11:04 191505_20201123020000.p1.svc03.srt
why 191505_20201123020000_2.srt is empty, its should generate 608-cc3 caption.
@Rameishkumar123 commented on GitHub (Nov 23, 2020):
/usr/bin/ccextractor -nobom --service all[ISO88591] -nofc -ts -1 -s 180 /home/dn/ramesh/191505_20201123020000.ts working
/usr/bin/ccextractor -nobom --service all[ISO88591] -nofc -ts -2 -s 180 /home/dn/ramesh/191505_20201123020000.ts working
but -12 is not working
@shas-hank7 commented on GitHub (Oct 12, 2021):
can you provide the video link?
@ARKannan-15 commented on GitHub (Oct 30, 2021):
Iam intrested in it can i contribute to this?
@cfsmp3 commented on GitHub (Oct 30, 2021):
Sure, just work on it and send a pull request
On Fri, Oct 29, 2021, 18:45 jaguar-kannan @.***> wrote:
@AkechiShiro commented on GitHub (Jan 8, 2022):
Hi @Rameishkumar123, could you please provide the video link and the very file which fails to generate 608 cc3 caption with option -12 ?
@pree-T commented on GitHub (Jan 13, 2022):
May I work on this? Can someone help me as I am new to open source contribution.?
@cfsmp3 commented on GitHub (Jan 14, 2022):
Sure, go for it.
Start by reproducing the issue.
@AkechiShiro commented on GitHub (Jan 14, 2022):
@pree-T @cfsmp3 I actually wanted to go for it as well by getting the file to reproduce the issue first of all, is it alright if I try to work on it as well ? Or should I leave it ?
@canihavesomecoffee commented on GitHub (Jan 14, 2022):
You can work on it as well, but given that @Rameishkumar123 still didn't provide a video link it might be very hard to reproduce it.
@Maku38 commented on GitHub (Jul 4, 2025):
Hi! I’ve understood the issue.
Summary of the problem:
Plan to solve:
Implementation (planned):
Let me know if you can share a sample file, or if you have any additional requirements. I’ll start working on this!