mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1460
Author: @abhi-kr-2100
Created: 11/24/2022
Status: ✅ Merged
Merged: 12/14/2022
Merged by: @cfsmp3
Base:
master← Head:fix-issue-1453📝 Commits (3)
7c58087Respect-stdoutif multiple CC tracks are found1f0eb85Mention fixing of issue #1453 in changelog7f91df5Correctly spell Matroska📊 Changes
2 files changed (+15 additions, -5 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/lib_ccx/matroska.c(+14 -5)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.