mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 05:26:07 +00:00
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/1460
State: closed
Merged: Yes
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
When passed the
-stdoutflag, CCExtractor should write the subtitles to standard output, instead of an output file.However, as noted in Issue #1453, CCExtractor doesn't respect the
-stdoutflag when multiple CC tracks are present in a Matroska input file (usually .mkv).The commit/s in this pull request ensure/s that output is written to standard output if
-stdoutis present even if the input file is a Matroska container with multiple CC tracks.Signed-off-by: Abhishek Kumar abhi.kr.2100@gmail.com