mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] stdout argument not respected when multiple CC track found. #715
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 @Adityashaw on GitHub (Sep 9, 2022).
In raising this issue, I confirm the following:
Necessary information
Linux hp 5.15.61-1-lts #1 SMP Wed, 17 Aug 2022 15:11:32 +0000 x86_64 GNU/Linux)ccextractor -stdout -quiet input.mkvPS: I downloaded and renamed below file.
Video links
https://www.libde265.org/hevc-bitstreams/tos-4096x1720-tiles.mkvAdditional information
Expected: Output on stdout/terminal
Actual: Output on multiple srt files
How can I get all/one CC output on stdout instead of creating multiple files?
@abhi-kr-2100 commented on GitHub (Nov 24, 2022):
I'm working on this.
I've successfully built the latest checkout from source and reproduced this bug. Currently, I'm exploring the codebase to get familiar with it. I'll post here as I make progress towards identifying and fixing this issue.
@abhi-kr-2100 commented on GitHub (Nov 24, 2022):
I've made a pull request fixing this issue for the particular case of .mkv or Matroska input files with multiple CC tracks.
@cfsmp3 commented on GitHub (Mar 17, 2023):
@Adityashaw is the bug still there?
@Adityashaw commented on GitHub (Mar 19, 2023):
I do not see any new version on
Arch User Repositorysince I posted this issue. I won't be able to compile myself this month due to timing constraints.Hence, I won't be able to confirm the existence of the issue as of now.
@cfsmp3 commented on GitHub (Mar 19, 2023):
Closing for now. Feel free to reopen when you have a chance to verify.