mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-09 02:16:41 +00:00
[PR #57] [MERGED] Custom transcript settings #947
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/57
Author: @canihavesomecoffee
Created: 7/1/2014
Status: ✅ Merged
Merged: 7/1/2014
Merged by: @cfsmp3
Base:
master← Head:clean-custom-ttxt📝 Commits (8)
f4f006cProject filter6a7e5b4Merge pull request #3 from wforums/mp48204108First attempt0d46334ttxt conta0f9387Custom TTXTc258207Finished Custom TTXT4619344Small changed1add49Changes.txt updated📊 Changes
8 files changed (+499 additions, -369 deletions)
View changed files
📝
docs/CHANGES.TXT(+1 -0)📝
src/608.c(+66 -64)📝
src/ccextractor.c(+16 -4)📝
src/ccextractor.h(+18 -4)📝
src/params.c(+69 -4)📝
src/telxcc.c(+14 -6)📝
src/xds.c(+53 -43)📝
windows/ccextractor.vcxproj.filters(+262 -244)📄 Description
This adds support for a custom transcript saving.
Users can now use -customtxt {format} to obtain a customised transcript. Format is a 7 digit (e.g. 1100100) string, representing (in order):
Default settings are:
0000101 for plain transcripts (only text)
1110101 for timed transcripts (times, mode + text at relative timestamp)
1111001 for the UCLA project (times, mode, channel + text at absolute timestamp)
Some examples of the output:





Fixes #15
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.