mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-06 06:01:27 +00:00
Document existing --timestamp-map option for WebVTT output
This commit is contained in:
16
README.md
16
README.md
@@ -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/).
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user