You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIX] Fix issue #1453: Respect -stdout if multiple CC tracks are found in a Matroska input file (#1460)
* Respect `-stdout` if multiple CC tracks are found
When passed the `-stdout` flag, CCExtractor should write the
subtitles to standard output, instead of an output file.
However, as noted in Issue #1453, CCExtractor doesn't
respect the `-stdout` flag when multiple CC tracks are present in
a Matroska input file (usually .mkv).
This commit ensures that output is written to standard output if `-
stdout` is present even if the input file is a Matroska container
with multiple CC tracks.
Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
* Mention fixing of issue #1453 in changelog
Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
* Correctly spell Matroska
Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
Signed-off-by: Abhishek Kumar <abhi.kr.2100@gmail.com>
0 commit comments