[PR #603] [MERGED] C608 to WebVTT translation - Part 2 #1443

Closed
opened 2026-01-29 17:16:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/603
Author: @Izaron
Created: 1/5/2017
Status: Merged
Merged: 1/5/2017
Merged by: @cfsmp3

Base: masterHead: webvtt-color


📝 Commits (2)

  • 4308247 Added .css styling both inline and outline
  • f2b8b43 Added PAC row positioning

📊 Changes

6 files changed (+175 additions, -27 deletions)

View changed files

📝 src/lib_ccx/ccx_common_option.h (+1 -0)
📝 src/lib_ccx/ccx_encoders_common.c (+4 -3)
📝 src/lib_ccx/ccx_encoders_common.h (+2 -2)
📝 src/lib_ccx/ccx_encoders_webvtt.c (+161 -21)
📝 src/lib_ccx/dvb_subtitle_decoder.c (+1 -1)
📝 src/lib_ccx/params.c (+6 -0)

📄 Description

Last PR: https://github.com/CCExtractor/ccextractor/pull/599

What is done

  • Fixed minor bugs
  • Added "webvtt-full" and "--webvtt-create-css" parameter
  • Added CSS settings inline and outline for styling
  • Added recognition of the segments in text where it is necessary to add <c.color>, <i> or <u> and closing tags
  • Added positioning of the caption lines. One line now is one cue as says in docs

    It is recommended to create a separate WebVTT cue when a different PAC is used for lines of captions that are on screen at the same time


🔄 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/603 **Author:** [@Izaron](https://github.com/Izaron) **Created:** 1/5/2017 **Status:** ✅ Merged **Merged:** 1/5/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `webvtt-color` --- ### 📝 Commits (2) - [`4308247`](https://github.com/CCExtractor/ccextractor/commit/4308247624a5f377af0c931b54a93edd8ba0582f) Added .css styling both inline and outline - [`f2b8b43`](https://github.com/CCExtractor/ccextractor/commit/f2b8b43bae7a2f6866fa9ed9696e20ceec964b7c) Added PAC row positioning ### 📊 Changes **6 files changed** (+175 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/lib_ccx/ccx_common_option.h` (+1 -0) 📝 `src/lib_ccx/ccx_encoders_common.c` (+4 -3) 📝 `src/lib_ccx/ccx_encoders_common.h` (+2 -2) 📝 `src/lib_ccx/ccx_encoders_webvtt.c` (+161 -21) 📝 `src/lib_ccx/dvb_subtitle_decoder.c` (+1 -1) 📝 `src/lib_ccx/params.c` (+6 -0) </details> ### 📄 Description Last PR: https://github.com/CCExtractor/ccextractor/pull/599 What is done - Fixed minor bugs - Added "webvtt-full" and "--webvtt-create-css" parameter - Added CSS settings inline and outline for styling - Added recognition of the segments in text where it is necessary to add `<c.color>`, `<i>` or `<u>` and closing tags - Added positioning of the caption lines. One line now is one cue as says in docs > It is recommended to create a separate WebVTT cue when a different PAC is used for lines of captions that are on screen at the same time --- <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 17:16:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1443