mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #201] [CLOSED] add WebVTT support #1079
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/201
Author: @december-soul
Created: 7/17/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
19f90cbadd WebVTT support📊 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.