mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 13:35:43 +00:00
GSOC - Configurable transcript output #18
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 11, 2014).
The current transcript format is fixed (well, there's a -ucla parameter that changes to an alternate format, but that's all). Since transcripts are really not an official format such as .srt, it would be convenient to allow the user to specify how the transcript should look like, for example with or without timing, or maybe just the start time but not the end...colors or no colors, timestamp in UTC or relative to the start of the stream, and so on.
Example:
ccextractor -txtformat “starttime,endtime,mode,window,text” …