Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -116,4 +132,4 @@ For more information visit the CCExtractor website: [https://www.ccextractor.org

## License

GNU General Public License version 2.0 (GPL-2.0)
GNU General Public License version 2.0 (GPL-2.0)