mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
GSOC - Multiprogram #10
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 @cfsmp3 on GitHub (Apr 10, 2014).
Originally assigned to: @canihavesomecoffee on GitHub.
In the digital world, a number of programs are transmitted simultaneously (multiplexed) in a single channel. The tuner receives all those programs, and then the receiver filters the one the user wants to watch, discarding all the others. CCExtractor does this too - if a stream contains more than one program you have to pick one. The goal is to modify CCExtractor so it's able to process all programs in the stream at the same time, generating the transcript for all of them in one pass.
@cfsmp3 commented on GitHub (Apr 10, 2014):
Some basic notes:
@anshul1912 commented on GitHub (Jan 7, 2016):
Multiprogram support is completed as part of GSOC 15, using ccextractor with -multiprogram option allow user to output caption of multiple programs
@anshul1912 commented on GitHub (Feb 18, 2016):
This feature can be tested using /newRepository/TestFiles/General/Closedcaption_atsc_multiprog.ts in our gsoc repository.
using following cmd:
./ccextractor -multirogram /newRepository/TestFiles/General/Closedcaption_atsc_multiprog.ts
@cfsmp3 commented on GitHub (May 28, 2016):
I'm assigning this to Willem to validate and make sure our test suite deals OK with multiprogram, if it does I'll close the ticket.
@cfsmp3 commented on GitHub (Jan 11, 2017):
Sample TS: https://drive.google.com/drive/folders/0B_61ywKPmI0TQTZEMm5Tajd5RVU
@cfsmp3 commented on GitHub (Jan 11, 2017):
Closing - confirmed working.