mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-13 13:35:37 +00:00
[BUG] Issue 1077 Still lives #784
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 @GlowTube on GitHub (Nov 3, 2023).
In raising this issue, I confirm the following:
Necessary information
{replace with the arguments}/usr/bin/ccextractor -quiet "$file1" -o "$file2" > /dev/null 2>&1
Additional information
I do a lot of ccextracting of .ts files via a pipeline of bash scripts. 99% of the time this works perfectly, but 1% of the time ccextractor produces a zero length .srt file as described in issue 1077 (which is marked as closed). My script detects this condition and does 'n' retries spaced at 1-minute intervals, but the zero-length output file is reproduced each time. The REALLY WEIRD thing is that, if I grab just the ccextractor line from the script and run it interactively as the same user and with the same cwd, on the same .ts file, it works the first time, every time, and produces ~100K of subtitles. Same file, same command, different output.
For the script case, I also did obvious stuff such as making sure ccextractor was running at good priority, and that disk space wasn't an issue. And ccextractor does work correctly in my scripts, >almost< all the time. It's not a showstopper for me as the system notifies me whenever a zero-length file is created, and it's easy for me to re-run and overwrite.
Ubuntu 22.04.3 LTS, ccextractor 0.93+ds2-2 from the normal apt distribution.