Document existing --timestamp-map option for WebVTT output

This commit is contained in:
Prince
2026-01-27 12:13:39 +05:30
parent 580e721dfe
commit 94c9bd918a

View File

@@ -28,6 +28,22 @@ The core functionality is written in C. Other languages used include C++ and Pyt
Downloads for precompiled binaries and source code can be found [on our website](https://ccextractor.org/public/general/downloads/). Downloads for precompiled binaries and source code can be found [on our website](https://ccextractor.org/public/general/downloads/).
### WebVTT Output Options
CCExtractor supports optional WebVTT-specific headers for advanced use cases
such as HTTP Live Streaming (HLS).
#### `--timestamp-map`
Enable writing the `X-TIMESTAMP-MAP` header in WebVTT output.
This header is required for HLS workflows but is **disabled by default**
to preserve compatibility with standard WebVTT players.
Example:
```bash
ccextractor input.ts --timestamp-map -o output.vtt
### Windows Package Managers ### Windows Package Managers