C608 to WebVTT translation#599
Merged
cfsmp3 merged 5 commits intoCCExtractor:masterfrom Jan 4, 2017
Izaron:webvtt-color
Merged
C608 to WebVTT translation#599cfsmp3 merged 5 commits intoCCExtractor:masterfrom Izaron:webvtt-color
cfsmp3 merged 5 commits intoCCExtractor:masterfrom
Izaron:webvtt-color
Conversation
added 5 commits
January 2, 2017 20:22
Don't need to add CRLF because file becomes invalid. We need to write cue just after the timestamp.
Contributor
|
Aren't we missing the actual styling here? CSS or something :-) |
Member
Author
|
Don't sure that there was CSS style need for CEA-608 (any hint???), by "Styling" I mean support of text color and fonts in output file in proper format. CSS styling is the post-CCExtractor work :) |
Contributor
|
This what the document says:
"When a WebVTT file is created from a CEA-608 or CEA-708 caption data
stream using the conversion methods proposed in this document, it is
suggested to use the following header for the WebVTT file, including
an identification of the type of data contained:
WEBVTT
Style:
@import(cea608.css)
##
Kind: captions
Language: en-US
"
The reason of course is that by adding such style the player can
render the subtitles so they look exactly as they look on a TV
(assuming everything else explained in the document is done, such as
positioning, etc).
…On Tue, Jan 3, 2017 at 10:44 PM, Evgeny Shulgin ***@***.***> wrote:
Don't sure that there was CSS style need for CEA-608 (any hint???), by
"Styling" I mean support of text color and fonts in output file in proper
format. CSS styling is the post-CCExtractor work :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
hrideshmg
pushed a commit
to hrideshmg/ccextractor
that referenced
this pull request
Mar 12, 2025
* Use rust build by default and release build * Update windows script * Update install/ci-vm/ci-windows/ci/runCI.bat Co-authored-by: Willem <github@canihavesome.coffee>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Work in progress - translating CEA-608 subs to WebVTT
Done:
Todo:
@cfsmp3 Write your suggestions