[PR #201] [CLOSED] add WebVTT support #1079

Open
opened 2026-01-29 16:59:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/201
Author: @december-soul
Created: 7/17/2015
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

8 files changed (+343 additions, -12 deletions)

View changed files

📝 src/ccextractor.c (+4 -4)
src/lib_ccx/608_webvtt.c (+285 -0)
📝 src/lib_ccx/ccx_common_constants.h (+1 -0)
📝 src/lib_ccx/ccx_decoders_common.c (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+34 -1)
📝 src/lib_ccx/ccx_encoders_common.h (+5 -0)
📝 src/lib_ccx/lib_ccx.c (+3 -0)
📝 src/lib_ccx/params.c (+10 -7)

📄 Description

add support for output format WebVTT.
Needed for html5 video player


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

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/201 **Author:** [@december-soul](https://github.com/december-soul) **Created:** 7/17/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`19f90cb`](https://github.com/CCExtractor/ccextractor/commit/19f90cb23a176f1849d8aa320301601f5288ce9e) add WebVTT support ### 📊 Changes **8 files changed** (+343 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/ccextractor.c` (+4 -4) ➕ `src/lib_ccx/608_webvtt.c` (+285 -0) 📝 `src/lib_ccx/ccx_common_constants.h` (+1 -0) 📝 `src/lib_ccx/ccx_decoders_common.c` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+34 -1) 📝 `src/lib_ccx/ccx_encoders_common.h` (+5 -0) 📝 `src/lib_ccx/lib_ccx.c` (+3 -0) 📝 `src/lib_ccx/params.c` (+10 -7) </details> ### 📄 Description add support for output format WebVTT. Needed for html5 video player --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:59:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1079