mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #2065] Document existing --timestamp-map option for WebVTT output #2877
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/2065
Author: @Apprentice2907
Created: 1/27/2026
Status: 🔄 Open
Base:
master← Head:docs/timestamp-map-docs📝 Commits (1)
94c9bd9Document existing --timestamp-map option for WebVTT output📊 Changes
1 file changed (+16 additions, -0 deletions)
View changed files
📝
README.md(+16 -0)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
Description
This pull request documents the existing
--timestamp-mapcommand-line option for WebVTT output.The functionality to enable the
X-TIMESTAMP-MAPheader already exists in the codebase and is disabled by default.However, it was not documented in the README, which led to confusion and the long-standing open issue #1127.
What this PR does
--timestamp-mapoption in the READMEX-TIMESTAMP-MAPheader is needed (e.g. HLS workflows)What this PR does NOT do
Testing
Closes #1127
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.